Frojd / wagtail-geo-widget

Wagtail-Geo-Widget is the complete map solution for your Wagtail site.
MIT License
137 stars 37 forks source link

Problem with GEO Django library. #8

Closed SalahAdDin closed 7 years ago

SalahAdDin commented 7 years ago

I have this problem: seleccion_308

THis happend after i save the field. I didn't add the setting because i don't need it, i only want put the address and see the map, no more.

Field and Stream Block works fine before save de field, but after it, when page is reloaded, or accessed again, i get this error.

I found this documentation.

What can i do?

marteinn commented 7 years ago

Originally this lib had a geodjango requirement, this looks like a remnant of it. Will kick off a clean docker container (without spatial) and look into it. Thanks for reporting!

marteinn commented 7 years ago

@SalahAdDin I just managed to recreate the bug, looking into a solution now. Was the GeoDjango deps as I thought.

marteinn commented 7 years ago

This c2adc22028206dd60a057d70199af92dc304e804 should solve this issue

SalahAdDin commented 7 years ago

I foun the problem in the widget, review it.... but you did, thank you! I'll test it now!