Tagged Questions
0
votes
0answers
44 views
Missing tiles when django application is hosted on an apache server
I'm building a GIS application using Django as my web framework and OpenLayers to implement a slippy map interface. I was initially using the django runserver for development and everything was ...
1
vote
0answers
328 views
Tilecache + Mapnik + Apache generates incomplete tiles (missing layers)
I have TileCache + Mapnik working with a custom osm.xml stylesheet. When I run tilecache_http_server.py the tiles are served OK. But when I run TileCache under Apache (with mod_wsgi) I see incomplete ...