wagtail-geo-widget
wagtail-geo-widget copied to clipboard
Wagtail-Geo-Widget is the complete map solution for your Wagtail site.
https://github.com/Frojd/wagtail-geo-widget/blob/d5fa15e3c44be2c047e6721904d0d82e4ffb4251/wagtailgeowidget/edit_handlers.py#L14 I've not had time to dig very deeply into the issue but I think it's because the recent work to add Wagtail compatibility has broken it. If get time...
Expected result would be that `GEO_WIDGET_DEFAULT_LOCATION` are set. Description from user: ``` I just had to manually set the default location, by overriding the save method. I tried to set:GEO_WIDGET_DEFAULT_LOCATION...
[Support Ticket](https://torchbox.monday.com/boards/1124794299/pulses/1396934942) ## [Wagtail 6.0 release notes](https://docs.wagtail.org/en/stable/releases/6.0.html) ## Summary of changes ### Added - Add support for Wagtail 6.0 ### Changed - Implement stimulus approach to GoogleMapsField, GeocoderField, and LeafletField...
With `wagtail==4.0.4` and `wagtailgeowidget==6.2.0`, I have setup linked address and position fields as in the docs, and tested with both Google Maps and Leaflet + Nominatim. When I change the...
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 ?
We noticed some errors reported in logs on a site. It turns out there's a small regression in our forks main branch following the latest merges here: https://github.com/torchbox-forks/wagtail-geo-widget/commit/1ab86c6ab380bae4b10b0cc249f8c5cf46d6700e This adds...