Plot points from a kml file in django
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/d1SMT2gK38cJ.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
I googled, went through the geodjango tutorial, now my problem is ploting points or coordinates on a map on my geodjango project tht i created using this kml file
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/D4KmAQqQOiUJ.
Open your models in the admin. Fwiw, Geodjango uses overlays on externally hosted basemaps using openlayers API.
Rendering maps natively is not supported, as far as I can tell. One a would use mapserver for that.