Jon West
Jon West
This may be a combination of Leaflet.Editable and Leaflet.Snap with hidden geometries for any roads brought up from the API.
Some build systems will include these files automatically. Alternatively (and I've been thinking about doing this) you can add the svg directly to the css as a base64 data path....
Okay, labeling as bug. @jbccollins If you have a smallish amount of code to reproduce the package dependency issue (or a repository would be great) Then I can use that...
@jbccollins No rush, I'm asking so much from you because I'm not as familiar with that process. :D This helps a lot. If you need/want a faster form of communication...
I'd like to revisit this, @escaped @mikepost
Thanks, uh, @ZebraFlesh ... I'll look at the original code and see if it fits into our near-future.
If you don't have the toolbar, you should be able to disable() the polygon. ``` javascript var polygonSelection = new L.FeatureGroup(); // Add to leaflet... var currentDrawer = new L.Draw.Rectangle(leaflet,...
@Greenbald Would you happen to have a jsfiddle I could take a look at?
That's a good idea... they both serve similar purposes though. Is the use of the drawstop event elsewhere causing too much event traffic?
To format code as 'javascript', use ```js before the code and ``` at the end of it. to get the correct formatting. Yay markdown. I'll tweak your message to do...