GeoDjango is a Django module used for developing GIS web applications. Django is a Python framework for web development. In this tutorial series, you will be able to learn Django application development from scratch upwards. Using the Spatial databases, data analytics, using Geospatial libraries can all be handled in the GeoDjango module.
Developing GeoDjango Apps
The tutorial is structured in the following topics:
- Introduction to tutorial series
- Introduction to Django projects
- Spatial data and Geo-databases
- Configuration of Leaflet in Django admin
- Generate GIS models from Geospatial data
- Front-End (Urls, Views, Templates and Static files)
- Popups in Leaflet
- Handling baselayers
- Analytic tools – Routing Controls
- Map printing tools
- Conclusion
The videos for this series are as in display below: (Subscribe to get updates on the latest videos). You can also get a PDF guide for download
Watch other tutorials in GIS on My YouTube Channel
Hola, buenísimos los vídeos, los seguí al pie de la letra, pero necesito ayuda de como poder mostrar los layers de manera individual en el front, quisiera poder listar las ciudades y al momento de visualizar, solo se vea esa ciudad, no todas como en conjunto.
esperando su respuesta.
Hola carlos
Gracias. Sobre el tema, puede cargar las ciudades de una manera basada en la escala o establecer extensiones variables para las ciudades cuando se cargan. Otra alternativa sería usar un zoom para la función cuando se selecciona una ciudad de una lista. Para tener una idea de la última opción, consulte https://github.com/bmcbride/bootleaf
hi thanks for good website .
i created a website with django and i also use leaflet in my form. every things is ok but i cant include search box inside leaflet map .that is in the users form plz help me because i really need it