Leaflet.widget
Leaflet.widget copied to clipboard
Leaflet vector management widget.
Per changelog.md in Leaflet library: ``` * Removed `MultiPolyline` and `MultiPolygon` classes since multiple rings are now handled by `Polyline` and `Polygon` classes respectively. ```
Per #8 Changes references from MultiPolyline to Polyline
Hello, I'm working on diagnosing an issue using the leaflet widget (particularly the Drupal version). When loading a page with the widget, I get an error with the select control:...
I have an automated build system and I want to avoid unexpected changes that can happen in the master of this repo. Can you please make releases?
The demo is broken http://tnightingale.github.io/Leaflet.widget/demo.html
Update to latest Leaflet.draw. At the moment, current Leaflet.draw version is 0.2.3.
Need a nice way to expose Leaflet & Leaflet draw's feature style customization interface to developers. This could lead to a style selector UI control via the GeoJSON 'properties' attribute...
Need a nice way of exposing issues/errors to users in a friendly way. Eg: - their GeoJSON is invalid - they're trying to add more values than the cardinality allows...