[Geomoose-users] Adding every layer from an ArcGIS WMS Server?

Eli Adam eadam at co.lincoln.or.us
Fri May 15 13:59:53 PDT 2015


Hi Mark and Bob,

Surprising that ArcGIS doesn't also offered it as a single composite
layer.  It might be worth digging through the documentation for that.

You could also easily directly access a bunch of rasters with
MapServer, http://gdal.org/gdaltindex.html.

Best regards, Eli

On Fri, May 15, 2015 at 11:15 AM, Basques, Bob (CI-StPaul)
<bob.basques at ci.stpaul.mn.us> wrote:
> Hi Mark,
>
> You would probably not be able to get away from needing to define  all the
> layers you want, but having said that, you should be able to pass the many
> layered WMS through Mapserver (as a client) and then pass off a new
> composite layer with Mapserver (as a service).
>
> there might be an option available using a REGEX inside a SLD request.
>
> bobb
>
>
> On May 15, 2015, at 11:49 AM, Mark Volz <MarkVolz at co.lyon.mn.us> wrote:
>
> Hello,
>
> I created a WMS server using ArcGIS.  The map that I published includes 201
> historic images of our county.  By default ArcGIS lists each image
> separately such as layer 1, layer 2, layer 3 etc.  I would like to add the
> WMS service to GeoMOOSE but I want to avoid listing each layer separately.
>
> Is there a way to pull in all the layers from a WMS source so I don’t have
> to list off 201 layers?
>
>                 <map-source name="AirPhotos1938" type="wms"
> reference="false" projection='EPSG:103749' tiled="true" width='256'
> height='256' transition_Effect="resize">
>
> <url>http://gis.lyonco.org/arcgis/services/LyonBasemaps/1938AirPhotos/MapServer/WMSServer?</url>
>                                                 <layer name="1"/>
>                                                 <layer name="2"/>
>                                                 <layer name="3"/>
>>                                                 <layer name="201"/>
>                                                 <param name="STYLES"
> value=""/>
>                 </map-source>
>
> Thank You!
>
> Mark Volz
> Lyon County GIS
> _______________________________________________
> Geomoose-users mailing list
> Geomoose-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/geomoose-users
>
>
>
> _______________________________________________
> Geomoose-users mailing list
> Geomoose-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/geomoose-users


More information about the Geomoose-users mailing list