[Geomoose-users] Converting from ags to raster map file

Colas, Scott Scott.Colas at ct.gov
Tue Mar 12 11:57:14 PDT 2019


Hello All,
I am having trouble converting a ags map into a raster map file. I took the URL from the old map source and put it inside of a layer but it's not loading.
Old source: Working
  <map-source name="agsimagery" type="ags" reference="false" opacity=".3">
    <url>http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/export</url>
    <layer name="Imagery" reference="false" />
    <param name="FORMAT" value="png"/>
  </map-source>
New source and layer: Not working
  <map-source name="uconnOrtho2012" type="mapserver" >
    <file>./ct/wms/uconnOrtho2012.map</file>
    <layer name="Imagery" />
  </map-source>

MAP
       INCLUDE "../../geomoose_globals.map"
       WEB
              INCLUDE "../../temp_directory.map"
              METADATA
                     'ows_title' 'UCONN 2012 Ortho imagery'
                     'ows_srs' 'EPSG:3857'
                     'ows_enable_request' '*'
              END

       END

       PROJECTION
              "init=epsg:3857"
       END


       LAYER
              STATUS ON
              NAME "Imagery"
              CONNECTION "http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/export"
              CONNECTIONTYPE WMS
              TYPE RASTER

              METADATA
                     "wms_srs" "EPSG:3857"
                     "wms_enable_request" "*"
                     "wms_name" "Imagery"
                     "wms_server_version" "1.1.1"
                     "wms_format" "image/png"
              END
       END

END

Thank you
-Scott

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geomoose-users/attachments/20190312/540b8982/attachment-0001.html>


More information about the Geomoose-users mailing list