Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornet committed May 17, 2015
1 parent 1b7970e commit 980ca66
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,21 @@ http://doc.arcgis.com/en/web-appbuilder/create-apps/widget-draw.htm
- add name and description fields on drawings
- enable infowindow on drawings (selection)
- on text drawing, no insert if no name.
- on modification : enable geometry update (with snapping if wanted : CTRL) and preview symbology changes on the fly
- list
- add list of all drawings
- actions on each drawing : modify / delete / up / down / zoom
- all drawings : zoom or delete
- on drawing infowindow -> select drawing in list
- on action on a drawing in list -> select drawing on map
- on zoom on a drawing -> select drawing on map (and show infoWindow)
- import/export : allow users to export or import drawings (json format)
- localStorage
- dynamic saving on each drawing add/delete/update
- on widget load : load drawings saved in local Storage
- draws plus (from Larry Stout https://geonet.esri.com/people/Larry_Stout)
- preview under mouse when adding text or point
- for text, add font choice, font angle, bold, italic and underline options.
- for text, add font choice, font angle, bold, italic, placement and underline options.
- checkbox to hide drawing's layer (and therefore widget UI)

## configuration :
5 options :
Expand All @@ -34,6 +35,9 @@ http://doc.arcgis.com/en/web-appbuilder/create-apps/widget-draw.htm
- if not empty, all apps with the same key share the same local storage (apps on the same server)
## Installation :
Add eDraw folder in your webApp client\stemapp\widgets folder

Add eDraw folder in your webApp Builder client\stemapp\widgets folder
Download Release here :
https://github.com/magis-nc/esri-webappbuilder-widget-eDraw/releases/tag/v1.1.2

## Demo :
http://apps.magis.nc/maps/wab-widgets/?extent=17918900%2C-2706198%2C19092972%2C-2154016%2C102100

0 comments on commit 980ca66

Please sign in to comment.