<div dir="ltr">Thanks Jukka! I was looking at <a href="https://www.mapserver.org/mapfile/projection.html">https://www.mapserver.org/mapfile/projection.html</a>, which doesn't mention TILESRS. I just submitted a PR to address that:<div><a href="https://github.com/mapserver/docs/pull/293">https://github.com/mapserver/docs/pull/293</a><br></div><div><br></div><div>Cheers,</div><div>Pete</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Nov 15, 2019 at 12:19 PM Rahkonen Jukka (MML) <<a href="mailto:jukka.rahkonen@maanmittauslaitos.fi">jukka.rahkonen@maanmittauslaitos.fi</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">





<div lang="FI">
<div class="gmail-m_-5201482515972775930WordSection1">
<p class="MsoNormal"><span>Hi,<u></u><u></u></span></p>
<p class="MsoNormal"><span><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">Please read  <a href="https://mapserver.org/optimization/tileindex.html#tileindex-mixed-srs" target="_blank">https://mapserver.org/optimization/tileindex.html#tileindex-mixed-srs</a> and
<a href="https://mapserver.org/development/rfc/ms-rfc-100.html" target="_blank">https://mapserver.org/development/rfc/ms-rfc-100.html</a>?<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span lang="EN-US">-Jukka Rahkonen-<u></u><u></u></span></p>
<p class="MsoNormal"><b><span lang="EN-US">Lähettäjä:</span></b><span lang="EN-US"> mapserver-users <<a href="mailto:mapserver-users-bounces@lists.osgeo.org" target="_blank">mapserver-users-bounces@lists.osgeo.org</a>>
<b>Puolesta </b>Peter Schmitt<br>
<b>Lähetetty:</b> perjantai 15. marraskuuta 2019 21.02<br>
<b>Vastaanottaja:</b> <a href="mailto:mapserver-users@lists.osgeo.org" target="_blank">mapserver-users@lists.osgeo.org</a><br>
<b>Aihe:</b> [mapserver-users] Configuring a layer with one output with multiple input projections<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<div>
<p class="MsoNormal">Hi,<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Is it possible to configure one raster layer with a single output projection (epsg:4326) where input rasters are in different UTM zones? I'd like to avoid reprojecting the source data if possible.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">The rasters will be determined from a Postgis-based tile index where raster extents are stored in epsg:4326. The database will also track what UTM zone the source raster is in.  Is it possible to pass this projection info from the database
 to the PROJECTION block?<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">I tried an experiment which does not quite work.  I built a tile index with two tifs in different UTM zones:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<blockquote style="margin-left:30pt;margin-right:0cm">
<div>
<p class="MsoNormal">gdaltindex -t_srs EPSG:4326 test_tindex.gpkg zone45.tif zone46.tif<u></u><u></u></p>
</div>
</blockquote>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Then my layers are:<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">  LAYER<br>
    NAME                    "test_tindex"<br>
    TYPE                    POLYGON<br>
<br>
    CONNECTIONTYPE          OGR<br>
    CONNECTION              "test_tindex.gpkg"<br>
    STATUS                  OFF<br>
    PROJECTION<br>
        # proj4 config for +init=epsg:4326  <a href="http://spatialreference.org/ref/epsg/wgs-84/" target="_blank">http://spatialreference.org/ref/epsg/wgs-84/</a><br>
        "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"<br>
    END<br>
    CLASS<br>
        STYLE<br>
            WIDTH 2<br>
            OUTLINECOLOR 0 255 0<br>
        END<br>
    END<br>
  END<br>
<br>
  LAYER<br>
    NAME                   "test"<br>
    TYPE                   RASTER<br>
    METADATA<br>
        "ows_title"         "test"<br>
        "ows_srs"           "EPSG:4326 EPSG:3857"<br>
    END<br>
    TILEINDEX               "test_tindex"<br>
    STATUS                  OFF<br>
<br>
    PROJECTION<br>
        AUTO<br>
    END<br>
  END<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">When I make a WMS request for test in an area where the images overlap, it seems MapServer stops rendering rasters after the first image in the tile index is found... so in this case since zone45.tif  was the first image in the tile index,
 that's what I see for a request bbox in the overlap region.  If I swap the order of files in the command to build the tindex, the overlapped area only shows me zone46.tif.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">$ mapserv -v<u></u><u></u></p>
</div>
<p class="MsoNormal">MapServer version 7.2.2 OUTPUT=PNG OUTPUT=JPEG SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WFS_SERVER SUPPORTS=WCS_SERVER SUPPORTS=FASTCGI SUPPORTS=GEOS SUPPORTS=PBF INPUT=JPEG
 INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE<u></u><u></u></p>
<div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Thanks,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Pete<u></u><u></u></p>
</div>
</div>
</div>
</div>
</div>

</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">Pete</div>