[mapserver-users] mapcache issues with ArcGIS Server. - WMS not working, WMST tiles not lining up, blue tint, projection question

thomas bonfort thomas.bonfort at gmail.com
Wed May 16 13:50:28 EDT 2012


Hi,
On Wed, May 16, 2012 at 6:09 PM, Mark Volz <MarkVolz at co.lyon.mn.us> wrote:
> Hello,
>
> I am trying to use ArcGIS as a client to connect to mapcache.  I am having
> the following issues.
>
>
> WMS is not working
>
> ArcGIS, removes the service portion of the request.
> QGIS (works)
> GET /mapcache?SERVICE=WMS&VERSION=1.1.1…
> ArcGIS (doesn’t work)
> GET /mapcahce?VERSION=1.1.1…

that's a bug in mapcache, it turns out service= is optional for wms
1.1.1 . I've just pushed a fix to the repository.

>
> The WMST tiles are not at the correct scale in ArcGIS.  My guess is ArcGIS
> is assuming the wrong DPI.
Can't help you here. WMTS is so little used that each vendor probably
has more or less tolerance on the conformance of the capabilities doc.

> WMS appears to be in a blue tint.  This is not an issue in QGIS.  Could
> there be an image type issue?
how can you tell that, you first stated WMS wasn't working ? If I
remember correctly, a blue tint on png was a display bug IE had on
some png types back in the glorious days of ie6...

> How can I force mapcache to only advertise
> jpeg for this tileset?  Even still, I don’t know why png wouldn’t work.
you can't, formats are defined at the server level, not the layer
level in wms. Mapcache however ignore the FORMAT= wms parameter, and
returns the image format that was configured in your mapcache.xml
(This is by design, the server maintainer is more knowledgeable than
the requester as to which format is more optimal for a given layer)

> Can I force mapcache to only advertise certain projections on a per tileset
> basis?
This is another wms limitation, the root layer must contain the
configured projections of all its child layers. The child layers are
however advertised only for the SRS(s) they are individually
configured for.

--
thomas

>
>
>
> Thank You
>
>
>
>
>
> Mark Volz
> GIS Specialist
>
>
>
>
> _______________________________________________
> mapserver-users mailing list
> mapserver-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>


More information about the mapserver-users mailing list