What format, or what process, do I need to do with the planet.osm file in order to serve it out with an OGC compliant WMS server? I'm reading a lot about converting ot to a database, but is that format OGC compliant or is that for some other type of serving? Thanks! Jon asked 27 Jun '13, 02:07 jjmil03 |
You need to import your data into a database, most likely with osm2pgsql or imposm, and then set up a WMS with a suitable map style definition. The map style definition is key here, and it must match both your WMS software and the import program you're using. The map style of course controls how your map looks like and it is very likely that it it will not look like the map on www.openstreetmap.org. Possible configurations include:
The Mapnik-based solutions will allow you to come closest to the "standard OSM" look but the UMN Mapserver solution is the most widely used for WMS. answered 27 Jun '13, 07:50 Frederik Ramm ♦ 1
So you need a three-tier architecture:
(27 Jun '13, 15:08)
gormo
|