A Python-based WMS-C/TMS server, with pluggable caching mechanisms and rendering backends.

learn more… | top users | synonyms

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 ...
5
votes
2answers
2k views

How to set up an OSM server with TileCache and Mapnik?

I have been trying for two and a half weeks so far to get a local copy of OpenStreetMap running on a server. I have downloaded the planet file and imported it into a PostGIS database called 'osm'. I ...
7
votes
2answers
560 views

How do I use HTML5 Storage to cache mapservice data?

I would like to develop a web app that runs on any device (including iPad and iPhone) in a disconnected mode. It is OK if the user is required to browse around and download mapservice data to a local ...
1
vote
2answers
427 views

Tilecache and Mapnik problem

My configs: # Rendering OpenStreetMap data with Mapnik; should use metaTiling to # avoid labels across tile boundaries [osm-map] type=MapnikLayer mapfile=/usr/home/sergeev/osm_mapnik/osm.xml ...
3
votes
1answer
634 views

Wrong tiles generated in OpenLayers XYZ layer

I am creating a map in OpenLayers using Base layer as ESRI online map server. And second layer as our own esri map server serving the overlay. The Base layer shows correctly, but OpenLayer requests ...
1
vote
2answers
449 views

What is the tiling scheme of TileCache?

I am using TileCache from MetaCarta to create tiles for a WMS service. It creates a tile with an URL like http://example.com/tiles/Admin/06/000/000/357/000/000/158.png. I am trying to understand how ...
1
vote
2answers
888 views

Javascript Api's ArcGISTiledMapServiceLayer won't show map

I am currently trying to show a map that has been tiled. I am using version 10 of the arcgis server, and version 2.5 of the javascript api, the odd thing i am running into is that the map will not ...