You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried this package and it works with PointField, as it's also mentioned in the docs.. but how can I use it with django.contrib.gis.db.MultiPolygonField ?
The text was updated successfully, but these errors were encountered:
Hi @hatimmakki! Currently the library only support single points, not multiple. The reason is simple, we never had that requirement in our projects before and I'm hesitant to add features we do not use, especially a larger feature such as this would be. Contributions is of course welcome.
Hi @hatimmakki! Currently the library only support single points, not multiple. The reason is simple, we never had that requirement in our projects before and I'm hesitant to add features we do not use, especially a larger feature such as this would be. Contributions is of course welcome.
Being able to work with a Polygon as a GeoField or GeoBlock seems an ideal tooling for my use-case where users are required to specify area feature as their region of interest.
I am happy to put in some work/time to see this happen. Would also like to hear your implementation approach:
Use bbox from geo-coded address
Provide a "draw on the map" tool
And what is the implication of each approach to package usability/scalability/maintenance.
Hi,
I tried this package and it works with PointField, as it's also mentioned in the docs.. but how can I use it with django.contrib.gis.db.MultiPolygonField ?
The text was updated successfully, but these errors were encountered: