Tagged Questions
1
vote
1answer
520 views
Using Django as a map source for openlayer UI
I am thinking of creating a web application that shows a map of a city (from openstreetmaps data). I would like to create a layer on top which represents markers. I foresee that I will have a database ...
1
vote
1answer
207 views
Geodjango: importing data from OSGB_1936, displaying in WGS84?
I have some polygon data saved in a PostGIS database with projection SRID 27700.
geom = models.MultiPolygonField(srid=27700)
I want to display the shapes on OpenStreetMap, i.e. with SRID 900913 (I ...