WMS Server
From OpenStreetMap Wiki
| It has been proposed that this page or section be merged with WMS. (Discuss) |
The old WMS server can be found in the history of this page. This page is dedicated now to the new WMS server.
OpenStreetMap can be loaded into Mapserver by adding a function to OGR. This patch is currently not submitted to GDAL yet but can be found at (http://kinkrsoftware.nl/contrib/gdal/gdal-polylinepatch.diff). Using this patch you will be able to specify a query (http://kinkrsoftware.nl/contrib/osm/motorway.ovf) in your VRT and incorporate that in your map.
The function that was added basically aggregates the way_nds table to a multilinestring. You cannot use this without an 'ORDER BY'. The complete implementation will be published by OpenStreetMap NL as VirtualMachine and LiveCD.
See also WMS