<div dir="ltr">Hi!<div><br></div><div>I'm writing an application that has to use maps from different sources. One of the sources is a map rendering library that gives me a raster picture when given the coordinates of the opposing corners of it in Mercator. The other source is a regular WMS server that gives me raster tiles using L-Est97 aka EPSG:3301 projection. My plan is to have the images from both sources merged together to get some sort of an acceptable thingy without having things too distorted.</div><div><br></div><div>Obviously, Mercator and L-Est are completely different and incompatible projections so without some fancy tricks it's impossible to make this work. Even if I convert the Mercator coordinates to L-Est and use those to make the query from WMS, I'll still have slight errors due to the WMS raster data using different projection.</div><div><br></div><div>I saw that mapproxy has something called reprojection. Am I correct to assume that it can behave as a proxy between the original WMS service and my application and actually transform the L-EST raster data to be Mercator instead?</div><div><br></div><div>I found a brief description of it here but before I start investing my time in it, I'd like to get a confirmation that it can actually do what I need.</div><div><a href="http://mapproxy.org/docs/1.8.0/configuration_examples.html#reprojecting-tiles">http://mapproxy.org/docs/1.8.0/configuration_examples.html#reprojecting-tiles</a><br></div><div><div><br></div>-- <br><div class="gmail_signature">Kalle Last</div>
</div></div>