We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Maps with GeoDjango, PostGIS and Leaflet

Formale Metadaten

Titel
Maps with GeoDjango, PostGIS and Leaflet
Serientitel
Anzahl der Teile
32
Autor
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
In this talk we will see how we have integrated a map into a web project already in production using GeoDjango, PostGIS and Leaflet and we will perform a demonstration of integration of a map from scratch into a Django project. A map allows users to view and search for data in a spatial way and it is common to add one to their web project. In this talk we will see how we have integrated a map into a web project already in production using GeoDjango, PostGIS and Leaflet and we will perform a demonstration of integration of a map from scratch into a Django project. GeoDjango is a module included in Django that transforms it into a world-class geographic Web framework. PostGIS is an extension of the PostgreSQL database that adds support for geographic objects allowing you to perform spatial queries. Leaflet is the leading open source JavaScript library for interactive web maps optimized for mobile devices.