Could anyone provide directions as to how one would go about hosting OpenStreetMap road data in a Geoserver map layer?
Thanks in advance,
Greg
Could anyone provide directions as to how one would go about hosting OpenStreetMap road data in a Geoserver map layer?
Thanks in advance,
Greg
Hi,
Most straigth forward for Windows user like me is to download osm2pgsql.exe Windows executable for importing OSM data into PostGIS database. Then you'll have point, line and polygon layers in PostGIS. You can use those directly in Geoserver through filters, or you can create views to separate some logical layers (SELECT * from OSM_POINT where amenity='fuel' for fuel stations etc.)
Osm2pgsql is mainly done for creating Mapnik maps and it has some limitations. I hope they are documented somewhere.
-Jukka Rahkonen-
-----Alkuperäinen viesti-----
Lähettäjä: geoserver-users-bounces@lists.sourceforge.net puolesta: Reynolds, Gregory A
Lähetetty: to 24.4.2008 23:50
Vastaanottaja: geoserver-users@lists.sourceforge.net
Kopio: Phung, Steven T
Aihe: [Geoserver-users] How to host Open Street Maps in Geoserver
Could anyone provide directions as to how one would go about hosting
OpenStreetMap road data in a Geoserver map layer?
Thanks in advance,
Greg