<div dir="ltr"><div>Hi HS,<br><br>An example of reprojecting OSM tiles can be found in the docs: <a href="http://mapproxy.org/docs/latest/configuration_examples.html#reprojecting-tiles">http://mapproxy.org/docs/latest/configuration_examples.html#reprojecting-tiles</a>. I'm using a similar configuration with 1.5 to make OSM data available as a WMS in British National Grid (EPSG:27700). I had to experiment with the resolutions a little to find a good compromise for the local coordinate system but the results are pretty good. Here's an example for Birmingham, UK: <a href="https://twitter.com/_walkermatt/status/265214223397842944">https://twitter.com/_walkermatt/status/265214223397842944</a>.<br>
<br></div>Cheers,<br><br>Matt.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 21 January 2013 11:57,  <span dir="ltr"><<a href="mailto:gdis@arcor.de" target="_blank">gdis@arcor.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br>
<br>
I want to reproject OSM tiles to EPSG:31466? so I can use it as WMS (is it also possible to serve it as TMS?)<br>
I have a osm source with a custom grid and a cache:<br>
<br>
caches:<br>
  osm_tile_cache:<br>
    grids: [GLOBAL_MERCATOR]<br>
    sources: [osm_tiles]<br>
<br>
sources:<br>
  osm_tiles:<br>
    type: tile<br>
    grid: global_mercator_osm<br>
    url: <a href="http://tile.openstreetmap.org/%(tms_path)s.%(format)s" target="_blank">http://tile.openstreetmap.org/%(tms_path)s.%(format)s</a><br>
<br>
grids:<br>
  global_mercator_osm:<br>
    base: GLOBAL_MERCATOR<br>
    num_levels: 19<br>
    origin: nw<br>
<br>
<br>
But how do i serve these tiles in EPSG:31466?<br>
I tried another custom grid with EPSG:31466 and created a cache with that grid. Unfortunately without any luck. MapProxy said that the EPSG do not match.<br>
Anyone has a tip for me?<br>
<br>
Thank you very much.<br>
<br>
Cheers<br>
HS<br>
_______________________________________________<br>
MapProxy mailing list<br>
<a href="mailto:MapProxy@lists.osgeo.org">MapProxy@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapproxy" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapproxy</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Matt Walker<br>@_walkermatt<br>
</div>