Let's forgot what we discussed before..
By following the step of Mr Richard Weait, how do we generate the images of the 
world wide map witj the all level of zoom,..

we did those before do we have to it again?
1..cd mapnik
2.wget http://tile.openstreetmap.org/world_boundaries-spherical.tgz
3.tar zxvf world_boundaries-spherical.tgz
4.wget http://hypercube..telascience.org/~kleptog/processed_p.zip
5.unzip processed_p.zip
6.mv coastlines/* world_boundaries/
7.rmdir coastlines
8.cd world_boundaries
9.wget http://tile.openstreetmap.org/shoreline_300.tar.bz2
10.tar xvjf shoreline_300.tar.bz

Then is this step correct?
time ./osm2pgsql --slim -d gis planet.osm.gz
 
 
then what do we have to change in generate_tiles.py
 
bbox = (-180.0,-90.0, 180.0,90.0)

    render_tiles(bbox, mapfile, tile_dir, 0, 5, "World")



thanks Guys


      
_______________________________________________
dev mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/dev

Reply via email to