-
Notifications
You must be signed in to change notification settings - Fork 425
Support for GeoDjango Maps #196
Comments
How GeoDjango supports them in the build-in django admin? |
@kmmbvnr In a "normal" Django admin installation you can see an actual map and you can choose an |
To be more specific:
And
The model:
|
Mm, yep, that's need to be implemented. The scope of the open version of django-material is to cover the core django functionality. Thanks for the code examples. |
If you want to display a map you could use some variation of this which has worked for me for now (I'm sure there is a better way to do it so if you know one please let me know!):
This assumes you have a latitude and longitude field in your model.. |
Guys, What is the status of this - Will be django geo gis support added to the django-material? in some reasonable future? |
Is there any support or plans for GeoDjango Maps in the admin
PointField
for example?? At the moment i only get the text versionSRID=4326;POINT (-4.306640624400504 12.72608429520555)
thanks
The text was updated successfully, but these errors were encountered: