You might want to try to use the <a href="http://www.gdal.org/frmt_wms.html">GDAL WMS/TMS driver</a>, as something like:<br><br>LAYER<br>    DATA &quot;frmt_wms_openstreetmap_tms.xml&quot;<br>    NAME &quot;frmt_wms_openstreetmap_tms&quot;<br>
    PROJECTION<br>      &quot;proj=merc&quot; &quot;a=6378137&quot; &quot;b=6378137&quot; &quot;lat_ts=0.0&quot; &quot;lon_0=0.0&quot; &quot;x_0=0.0&quot; &quot;y_0=0&quot; &quot;k=1.0&quot; &quot;units=m&quot; &quot;nadgrids=@null&quot; &quot;no_defs&quot;<br>
    END<br>    STATUS ON<br>    TYPE RASTER<br>    UNITS METERS<br>  END<br><br>Along with the following xml file:<br><br>&lt;GDAL_WMS&gt;<br>    &lt;Service name=&quot;TMS&quot;&gt;<br>        &lt;ServerUrl&gt;<a href="http://tile.openstreetmap.org/${z}/${x}/${y}.png">http://tile.openstreetmap.org/${z}/${x}/${y}.png</a>&lt;/ServerUrl&gt;<br>
    &lt;/Service&gt;<br>    &lt;DataWindow&gt;<br>        &lt;UpperLeftX&gt;-20037508.34&lt;/UpperLeftX&gt;<br>        &lt;UpperLeftY&gt;20037508.34&lt;/UpperLeftY&gt;<br>        &lt;LowerRightX&gt;20037508.34&lt;/LowerRightX&gt;<br>
        &lt;LowerRightY&gt;-20037508.34&lt;/LowerRightY&gt;<br>        &lt;TileLevel&gt;18&lt;/TileLevel&gt;<br>    &lt;TileCountX&gt;1&lt;/TileCountX&gt;<br>    &lt;TileCountY&gt;1&lt;/TileCountY&gt;<br>        &lt;YOrigin&gt;top&lt;/YOrigin&gt;<br>
    &lt;/DataWindow&gt;<br>    &lt;Projection&gt;EPSG:900913&lt;/Projection&gt;<br>    &lt;BlockSizeX&gt;256&lt;/BlockSizeX&gt;<br>    &lt;BlockSizeY&gt;256&lt;/BlockSizeY&gt;<br>    &lt;BandsCount&gt;3&lt;/BandsCount&gt;<br>
    &lt;Cache /&gt;<br>&lt;/GDAL_WMS&gt;<br><br><br>Best regards,<br><br>Tamas<br><br><br><div style="visibility: hidden; display: inline;" id="avg_ls_inline_popup"></div><style type="text/css">#avg_ls_inline_popup {  position:absolute;  z-index:9999;  padding: 0px 0px;  margin-left: 0px;  margin-top: 0px;  width: 240px;  overflow: hidden;  word-wrap: break-word;  color: black;  font-size: 10px;  text-align: left;  line-height: 13px;}</style><br>
<div class="gmail_quote">2010/3/19 Bill Thoen <span dir="ltr">&lt;<a href="mailto:bthoen@gisnet.com">bthoen@gisnet.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">



  

<div bgcolor="#ffffff" text="#333300">
<font face="sans-serif">Can anyone tell me if there is a WMS server out
there (that&#39;s working) that serves Open Street Maps data? I&#39;ve searched
and found some old sites that don&#39;t seem to be working now, and I found
some information that talks about a MapServer solution that involves
downloading several &quot;helper&quot; files and running things through PostGIS,
but is it that complicated? Isn&#39;t there just a simple WMS server out
there I could use to load US streets into a MapServer map or is this
not the best way to go about it?<br>
<br>
I also tried </font><font face="sans-serif"><a href="http://services.giub.uni-bonn.de/wms" target="_blank">http://services.giub.uni-bonn.de/wms</a>?,
with no luck. I couldn&#39;t even get capabilities from it.<br>
<br>
</font><font face="sans-serif">Here&#39;s one of the ones I tried. I&#39;ll
post the code so if anyone sees a problem with it, please let me know?
That would be helpful. But as it is, this server also doesn&#39;t appear to
be working. Both of these were mentioned in search googlits, but
there&#39;s not  a heck of a lot out there about this.<br>
   LAYER<br>
      NAME osm<br>
      GROUP &quot;Roads&quot;<br>
      TYPE RASTER<br>
      METADATA<br>
         &quot;wms_title&quot;           &quot;Open Street Map&quot;<br>
         &quot;wms_group_title&quot;     &quot;Roads &amp; Highways&quot;<br>
         &quot;wms_format&quot;          &quot;image/jpeg&quot;<br>
         &quot;wms_srs&quot;             &quot;EPSG:4326&quot;<br>
         &quot;wms_name&quot;            &quot;osm&quot;<br>
         &quot;wms_server_version&quot;  &quot;1.1.1&quot;<br>
         &quot;wms_transparent&quot;     &quot;true&quot;<br>
      END<br>
      STATUS ON<br>
      CONNECTIONTYPE WMS<br>
      CONNECTION
<a href="http://data1.vizure.net/server/services/request.php?jname=/wms" target="_blank">&quot;http://data1.vizure.net/server/services/request.php?jname=/wms&quot;</a><br>
      PROJECTION<br>
         &quot;init=epsg:4326&quot;<br>
      END<br>
   END<br>
<br>
TIA,<br>
- Bill Thoen<br>
</font>
<pre cols="72">-- 
GISnet -  <a href="http://www.gisnet.com" target="_blank">www.gisnet.com</a>
1401 Walnut St., Suite C
Boulder, CO 80302
303-786-9961 tel
303-443-4856 fax
</pre>
</div>

<br>_______________________________________________<br>
mapserver-users mailing list<br>
<a href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>
<br></blockquote></div><br>