django-leaflet-storage icon indicating copy to clipboard operation
django-leaflet-storage copied to clipboard

ARCHIVED! Now merged into umap itself. Create collaborative maps on top of Geodjango and Leaflet

Results 3 django-leaflet-storage issues
Sort by recently updated
recently updated
newest added
trafficstars

It will throw an Json.loads exception when we are editing the map with the admin. I think it's because of the to_python function , so I'd like to convert the...

I think the PublicManager is not an ideal solution. This pull request replaces PublicManager by a MapManager with a visible() filter which takes the request object as parameter. It adds...