Ehanced draw widget for WebApp Builder for Arcgis
UPDATE 2018/05/09 (new Release v2.8.1) :
(Direct zip link : https://github.com/magis-nc/esri-webappbuilder-widget-eDraw/releases/download/v2.8.1/eDraw.zip )
Demo : https://apps.magis.nc/demo/eDraw/
Github :
https://github.com/magis-nc/esri-webappbuilder-widget-eDraw
Wigdet's Features (improvments of standard Draw widget) :
This message was updated by Jeremie Cornet (New Release)
Solved! Go to Solution.
I think you can disregard my issue as I think I have it worked out. After sending that last reply I realized I didn't even think about adding proj4.js to my existing apps\#\libs folder. Before that I only added it to stemapp/libs.
I added it to apps\#\libs, loaded eDraw and now it works!
Thanks again for your help.
Just wanted to give a big thanks for this widget, has just about everything we needed. Saved me from having to build our own . Great job jeremie34!
Two additional features we would love to see:
Jeremie - just wanted to note it works perfectly in Chrome now for me, the latest 2.1.2. As to what was going on with my Chrome back in August, who knows. It works perfectly in WAB 2.8!
Hi all,
A new release is available (see first post).
Hi! We love this new update to the eDraw widget! We especially like the new feature to add arrows to the ends of lines!
Question: When printing the arrows don't come through on the print, they disappear off the ends of the lines - is this a limitation of the print service? Is there a way to fix that on our end?
Great update, thanks! I really like the arrow on polyline and the live measurements as your draw.
Two small requests for some future update. It would be really nice to have the option to label only area when drawing a polygon. It seems to always label both area and perimeter. Second one may be a stretch, but can we control visibility on a per layer basis?
Hi,
It would be really nice to have the option to label only area when drawing a polygon.
Ok for a future release :
can we control visibility on a per layer basis
This is possible but requires big changes (UI and code) so this a not a priority for me.
Other people are interested by this functionnality ?
Hi Jeremie Cornet,
Thanks for developing this great tool! I'm wondering if there's a way to change the default font color for the measurement labels that are placed on the map? I've tried a number of code modifications but haven't been successful.
Thanks in advance for your help!
Jacqueline
Hi Jacqueline Kovarik,
The text symbol for measurement is defined in the method __getTxtGraphic
The "clean" way would be to add in the config file the defaultMeasureSymbol as json and use it in this method.
Thank you Jeremie Cornet, this worked perfectly!