3
votes
1answer
96 views

GeoDjango admin: how to use a WMS background other than the default OSM or VMAP0

The standard GeoDjango admin has a basic VMAP0 background. OsmGeoAdmin adds an OSM background. How do I replace the background map with another WMS? In the source code of the admin OpenLayers ...
2
votes
2answers
831 views

Is it possible to do server-side (WMS) rendering / caching of vector data

I have to develop a webapp that will have to display a large number of polygons on a webpage, with complex filtering options. The source data never changes (I will simply reload a new version of the ...