-
Hi,
I've been trying to install AFS from scratch for some time now, but seem to fail at the last step, somewhere at yarn build_development.
My current setup is the following:
Debian 12.5, whi…
-
Hi,
I'm currently using django-leaflet to get points in maps. Using django==1.8.4 / django-leaflet==0.16 / django-geojson==2.8.1
Actualy, I can't see the `Add point` button on the widget. I can dis…
-
I tried to subclass the default `LeafletWidget` with a custom `geometry_field_class`.
> If you need a reusable customization of widgets maps, first override the JavaScript field behaviour by extendin…
ghost updated
7 years ago
-
Requires #160.
Whilst we eventually want a nicely laid out and rendered representation of the Finite State Machine (FSM) we're going to focus here on the fundamental functionality and prettify things…
-
Schemas and SchemaFields are a bit strange and do not automatically map into a usable set of widgets in the django admin. A specialized UI for manipulating these will need to be implemented.
-
Right now, there's a default set of information pulled into the admin CMS (Pages, Images, Documents). We would like to be able to pull in information from the bat houses (House, HouseInformation, Obse…
-
If you need to customize the map used by the widget, currently you need to override the js field behaviour by extending GeometryField, then in django you subclass the LeafletWidget to specify the cust…
-
In my django app I have a Worker model with a name and location (Point). Using django-leflet LeafletWidget I can create a Form where the user can set a location (marker to that worker).
Is it possib…
-
Hi !
It would be great if it was easy to be able to collect a (GPS-)point using the location API without needing to dive too deep in the code.
I think it's a fairly common use case, and would be a ki…
-
Please consider implementing a widgets.PolygonFieldInlineWidgetMixin