Hi, I want to generate tiles by using mapnik. In order to achieve this, I put in practise the following steps;
1) Esri shape files. (shp) 2) (shp) -> shp2pgsql.exe [srid: 900913] -> (pgsql db) 3) create map.xml using quantumnik 4) generate tiles using generate_tile.py There is no error on any steps. However, there is only a dot on the generated png files. To define the problem, I sought scale_denominator of the map. The parameter is same for each zoom level as the following link. http://wiki.openstreetmap.org/wiki/MinScaleDenominator Then I attempted to generate an image using nik2img. > nik2img.py map.xml out.png -d 1679 822 -e 29.6872381737 37.3052337631 > 34.3115010672 39.5635305074 Success! "out.png" is Ok! What is the difference? Obviously, map.zoom_to_box(bbox) in the generate_tiles.py does not work properly. What should I do? Do you have any suggestions? thanks -- View this message in context: http://old.nabble.com/There-is-only-a-dot-on-the-generated-tile-png-tp29333109p29333109.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

