Hi, I have tried to render map tiles following the steps specified in: http://wiki.openstreetmap.org/wiki/Mapnik and checked out mapnik from: http://svn.openstreetmap.org/applications/rendering/mapnik
The map tiles are rendered fine and look OK in details except that the purple line for world/territorial boundaries and place names which are shown on standard OSM maps are missing(as shown in attached image). http://old.nabble.com/file/p31599045/osm_print.png I have thought the world boundaries should comes from the shape files in %WORLD_BOUNDARIES_DIR%, I had a look at the osm.xml file, the layers uses the shapes files are: <Layer name="world" status="on" srs="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs +over"> <StyleName>world</StyleName> <Datasource> <Parameter name="type">shape</Parameter> <Parameter name="file">/home/postgres/osm/mapnik/world_boundaries/shoreline_300</Parameter> </Datasource> </Layer> <Layer name="coast-poly" status="on" srs="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs +over"> <StyleName>coast-poly</StyleName> <Datasource> <Parameter name="type">shape</Parameter> <Parameter name="file">/home/postgres/osm/mapnik/world_boundaries/processed_p</Parameter> </Datasource> </Layer> <Layer name="builtup" status="on" srs="+proj=merc +datum=WGS84 +over"> <StyleName>builtup</StyleName> <Datasource> <Parameter name="type">shape</Parameter> <Parameter name="file">/home/postgres/osm/mapnik/world_boundaries/builtup_area</Parameter> </Datasource> </Layer> It looks like the layers don't render any lines for world boundaries. I am wondering what should I look at to get the world boundaries rendered like that on the official OSM map? Thanks, Sige -- View this message in context: http://old.nabble.com/missing-world-boundaries-purple-line-and-place-names-tp31599045p31599045.html Sent from the Mapnik - Users mailing list archive at Nabble.com. _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

