Mapnik is an open source mapping toolkit, written in C++ and useful for both desktop- and server-based map rendering. It is used by Tilemill and openstreetmap. Learn more at http://mapnik.org/
1
vote
0answers
336 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 ...
13
votes
3answers
6k views
Mapnik, Mapserver or Geoserver
I'm currently developping an ArcGIS based flex webviewer. ArcGIS is great for most of the things but there are some issues like performance and license costs.
That's why I'm looking into possible ...
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 ...
3
votes
4answers
2k views
How to serve OSM Tiles on Windows?
Was hoping I could just extract tiles into a local file system, point IIS at it and be done but I guess that is not the reality of Open Street Map. I'm getting buried in all the possible ways of ...
4
votes
1answer
1k views
Mapnik Style Filter on River/Lakes Shapefile attributes (from Natural Earth Data)
As a followup to this question, I downloaded the vector data here:
http://www.naturalearthdata.com/downloads/10m-physical-vectors/
and I successfully created the rasterized water/land mask I ...
1
vote
2answers
445 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
...
2
votes
2answers
558 views
Creating tiles in Mapnik
I have installed mapnik and successfully tested it. Now I am facing problem to create my own customized tiles. I have google it but everywhere it was telling about osm tile generation. My vision is ...
1
vote
1answer
96 views
Mapnik - Weird tiles rendering when used with spatialite
I use Mapnik in an GeoDjango App with Spatialite 4.0 as backend. There is something weird with the tiles that I suspect might be related with a bad handling of mbr with spatialite.
If you look at ...
