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.
New release (see first post) :
- debugs from spelletier
- points' measure (with client side reprojection if needed)
- support of WAB 2.1
jeremie34, this widget is fantastic! I am fairly new to the Developer version of Web AppBuilder and when I came across your widget I was immediately sold! My only issue that I have come across is that when I added it into my application (v. 2.1) I am unable to export a drawing. It almost doesn't recognize the click. Is this an issue on my end alone? Thanks!
Hi Devise91,
Thanks for the bug report, i will correct it today and release a coorrected version.
New release (export's refactoring). See first post.
DevonBise : the regression is corrected
BEAUTIFUL! Thank you for the quick reply and fix! I LOVE this widget. Keep killing the custom widget game, Jeremie!
Does this still work with WAB dev 2.2?
I put it in a fresh install of WAB and it shows up in the widgets with a broken icon and a blank page when clicked on?
Evan,
Make sure the widgets folder name does not contain "master" in it.
I read that the folder name should be the same as what is defined in the manifest.json... I renamed the folder "eDraw" and it now works... i previously just unzipped it as "esri-webappbuilder-widget-eDraw-2.1.2"
Thanks Robert
Where in the code can you expand the widget container... want to expand the container so the edit buttons can be seen on first sight.
Finbar Gillen I want the widget to fit in its panel so i will implement some specific css for the launchpad theme.
EDIT : i will release a corrected version but you can correct it now by adding this lines to the css file :
.jimu-widget-edraw .draw-table td, .jimu-widget-edraw .draw-table th{
padding:5px;
}