django-leaflet-admin-list icon indicating copy to clipboard operation
django-leaflet-admin-list copied to clipboard

The Django Leaflet Admin List package provides an admin list view featured by the map and bounding box filter for the geo-based data of the GeoDjango.

Results 6 django-leaflet-admin-list issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for developing this library, very useful. I am just starting to use it and I am also a Django beginner. Could you give an example on how could...

We need patches like the following to have a field crossing a reference: ```python class PassengersFilter(BoundingBoxFilter): """Filter customized by the calculated field""" geometry_fields = ['location_point'] @admin.register(Passenger) class SomeAdmin(LeafletGeoAdminMixin, LeafletAdminListMixin, admin.ModelAdmin):...

It can be nice to have the option to use leaflet_settings for the list view, it can be the fastes way to have defoult zoom and center.

The `Media` class in the mixin is overridden by the Media class of the final ancestor. We can use the `get_media` method instead to combine ancestor media with the mixin...

enhancement

It is useful to make the filtering bounding box editable and rerun the filter with a modified bounding box. Or even some arbitrary geofence ...

enhancement

Allow locale for "Current map bounding box" filter and another names in .html files