Hi, I'm new using OpenStreetMap and I can't obtein a render map :( I downloaded only my country: spain.osm I'm working on Windows System and mi configuration es:
;** part of the xml file
;*** test python file ;*
;** When I launch the script I have the issue that world_worldborders table are not in the data base Searching for the wiki I found that we need to incorporated in the tables the shp files: - 10m-populated-place - 110m-admin-0-boundary-lines - processed_p - shoreline_300 - world_boundaries-spherical After insert then using the "PostGIS shapefile and DBF loader", I launch again the python script and I have the following error on the screen: "not relationship for world_worldborders" What do I need to do for making work this? Thanks in advance, Manolo asked 23 Oct '11, 20:16 manolo quijano |
If you want to render with mapnik, you have to use osm2pgsql to import osm data. This program does some preprocessing on multipolygons and route relations, and it creates the database fields in the way mapnik expects then. answered 24 Oct '11, 07:15 ajoessen |