Re: [mapserver-users] Trouble when serving mapcache WMTS to ArcMap clients -

2019-07-11 Thread Mark Volz
James and Others,

Exactly how should SRS in the grid?  Should  change from "EPSG:103749" to 
" ESRI::103744"

   
  
 Lyon County, MN
  
  352256 90112 614400 352256
  EPSG:103749
  1024 512 256 128 64 32 16 8 4 2 1 0.5 0.25
  ft
  256 256
   




Also,
I did try setting up a mapcache and I think things are starting to work.  
However it bugs me because I don’t know exactly why they are working, and if 
there is anything else I need to do to make the WMTS work even better for other 
clients.

After making these changes on mapcache on my local machine everything worked 
fine in ArcMap
*I removed all of the other projections except for Lyon County Coordinates 
103749 (note 103744 is for another projection)
*I changed the resolutions to make sure they are powers of two.

Remaining questions
1)Is it required that WMTS services have resolutions with a power of 2?
2)Do I need to share my data at a certain DPI?   I have two ArcGIS test 
services.  With ArcGIS Online one service works with a DPI of 96, the other 
with a DPI of 72 does not work in ArcGIS Online.   This may be a limitation of 
ArcGIS Online as both services work in ArcMap.
3)Is there a reason why ArcMap only wanted to consume WGS_84 instead of Lyon 
County Coordinates?

Thank You!

Sincerely,
Mark Volz, GISP
Lyon County GIS Coordinator


-Original Message-
From: mapserver-users  On Behalf Of 
mapserver-users-requ...@lists.osgeo.org
Sent: Thursday, July 11, 2019 2:00 PM
To: mapserver-users@lists.osgeo.org
Subject: mapserver-users Digest, Vol 138, Issue 8

SWHHS/LYON/LINCOLN COUNTY SECURITY NOTICE:
This email originated from an external sender. Exercise caution before clicking 
on any links or attachments and consider whether you know the sender. For more 
information please contact IT support.


Send mapserver-users mailing list submissions to
mapserver-users@lists.osgeo.org

To subscribe or unsubscribe via the World Wide Web, visit

https://linkprotect.cudasvc.com/url?a=https%3a%2f%2flists.osgeo.org%2fmailman%2flistinfo%2fmapserver-users=E,1,ANUOwSyHB32pc0mB6lckKm9GYPsZo3v4I58sBJ1Q-p6gyPiwn2RpnKtexO4K2SWwpkIurPglLxK--lnOH9HNn95yrTWIngPzAb_jadmfbe6KQ_No2YLwtvnGbW4,=1
or, via email, send a message with subject or body 'help' to
mapserver-users-requ...@lists.osgeo.org

You can reach the person managing the list at
mapserver-users-ow...@lists.osgeo.org

When replying, please edit your Subject line so it is more specific than "Re: 
Contents of mapserver-users digest..."


Today's Topics:

   1. Re: Trouble when serving mapcache WMTS to ArcMap  clients -
  custom (Passmore, James H.)


--

Message: 1
Date: Thu, 11 Jul 2019 16:19:17 +
From: "Passmore, James H." 
To: "mapserver-users@lists.osgeo.org"

Subject: Re: [mapserver-users] Trouble when serving mapcache WMTS to
ArcMap  clients - custom
Message-ID:



Content-Type: text/plain; charset="utf-8"

I see you have in the GetCapabilities file 
urn:ogc:def:crs:EPSG:6.3:103744

That's surely wrong, as 103744 is not a valid EPSG code, but one defined by 
ESRI (https://github.com/Esri/projection-engine-db-doc/blob/master/proj4/esri)

I'm not sure if it would work if you stated it like  
urn:ogc:def:crs:ESRI::103744 or just ESRI::103744, but it's possible that 
ArcMap is trying to do an EPSG lookup, failing and reverting to WGS84

James

Message: 1
Date: Wed, 10 Jul 2019 18:43:05 +
From: Mark Volz 
To: "mapserver-users@lists.osgeo.org"

Subject: [mapserver-users] Trouble when serving mapcache WMTS to ArcMap clients 
- custom county projection for Minnesota?
Message-ID: <6290ae2cff5b4550891c4480d2eb8...@co.lyon.mn.us>
Content-Type: text/plain; charset="utf-8"

Hello,

I am having trouble serving a Mapserver / Mapcache WMTS service to ArcMAP 
clients when using my counties projection which is 103749 for Lyon County, MN.  
At most tile zoom levels the air photo are further South than where they should 
otherwise be located.  The only exception is that around 1:6000 the image lines 
up perfectly.  When I connect ArcMAP to the Mapcache Service using WMS the 
service works fine however ArcGIS wants to consume the service in WGS_84 
instead of county projections.

Is there anything I need to do so that my WMTS service works better between 
MapServer(Mapcache), ArcGIS, and possibly QGIS?

Reference:
https://linkprotect.cudasvc.com/url?a=http%3a%2f%2fgeomoose.lyonco.org%2fmapcache%2fwmts%2f1.0.0%2fWMTSCapabilities.xml=E,1,VAvarNs7aGQKm-cK9kstof_MLmX9XuLjGHuOg5DEXzAEjdJKbLcWTbEGjt-Ql_-yS1OppE29i5-0hyBUhwP2UR0scAyxP7O8tCtRChjdfa6yiTHy8KOY=1


Thank You!
Sincerely,
Mark Volz, GISP
Lyon County GIS Coordinator



This email and any attachments are intended solely for the use of the named 
recipients. If you are not the intended recipient you must not use, disclose, 
copy or distribute this email or any of its 

Re: [mapserver-users] Trouble when serving mapcache WMTS to ArcMap clients - custom

2019-07-11 Thread Passmore, James H.
I see you have in the GetCapabilities file 
urn:ogc:def:crs:EPSG:6.3:103744

That's surely wrong, as 103744 is not a valid EPSG code, but one defined by 
ESRI (https://github.com/Esri/projection-engine-db-doc/blob/master/proj4/esri)

I'm not sure if it would work if you stated it like  
urn:ogc:def:crs:ESRI::103744 or just ESRI::103744, but it's possible that 
ArcMap is trying to do an EPSG lookup, failing and reverting to WGS84

James

Message: 1
Date: Wed, 10 Jul 2019 18:43:05 +
From: Mark Volz 
To: "mapserver-users@lists.osgeo.org"

Subject: [mapserver-users] Trouble when serving mapcache WMTS to
ArcMap clients - custom county projection for Minnesota?
Message-ID: <6290ae2cff5b4550891c4480d2eb8...@co.lyon.mn.us>
Content-Type: text/plain; charset="utf-8"

Hello,

I am having trouble serving a Mapserver / Mapcache WMTS service to ArcMAP 
clients when using my counties projection which is 103749 for Lyon County, MN.  
At most tile zoom levels the air photo are further South than where they should 
otherwise be located.  The only exception is that around 1:6000 the image lines 
up perfectly.  When I connect ArcMAP to the Mapcache Service using WMS the 
service works fine however ArcGIS wants to consume the service in WGS_84 
instead of county projections.

Is there anything I need to do so that my WMTS service works better between 
MapServer(Mapcache), ArcGIS, and possibly QGIS?

Reference:
http://geomoose.lyonco.org/mapcache/wmts/1.0.0/WMTSCapabilities.xml


Thank You!
Sincerely,
Mark Volz, GISP
Lyon County GIS Coordinator



This email and any attachments are intended solely for the use of the named 
recipients. If you are not the intended recipient you must not use, disclose, 
copy or distribute this email or any of its attachments and should notify the 
sender immediately and delete this email from your system.
UK Research and Innovation has taken every reasonable precaution to minimise 
risk of this email or any attachments containing viruses or malware but the 
recipient should carry out its own virus and malware checks before opening the 
attachments. UK Research and Innovation does not accept any liability for any 
losses or damages which the recipient may sustain due to presence of any 
viruses.
Opinions, conclusions or other information in this message and attachments that 
are not related directly to UK Research and Innovation business are solely 
those of the author and do not represent the views of UK Research and 
Innovation.

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] Aug. 14th, 2019: OSGeo Local Chapter (aka TCMUG) Meeting

2019-07-11 Thread Basques, Bob (CI-StPaul)
All,

Had a good time at Wabasha Brewing 
meet-up
 last evening.

The next Meeting will be at Lake Monster Brewing.

Lake Monster 
Brewing
550 Vandalia St, Unit 160, Saint Paul, MN  55114, United States

bobb





OSGeo Local Chapter (aka TCMUG) Meeting

Scheduled: Aug 14, 2019 at 4:30 PM to 6:00 PM

Location: Lake Monster Brewing

550 Vandalia St, Unit 160, Saint Paul, MN  55114, United States

BEGIN:VCALENDAR
CALSCALE:GREGORIAN
VERSION:2.0
X-WR-CALNAME:OSGeo Local Chapter (aka TCMUG) Meeting
METHOD:PUBLISH
PRODID:-//Apple Inc.//Mac OS X 10.14.5//EN
BEGIN:VTIMEZONE
TZID:America/Chicago
BEGIN:DAYLIGHT
TZOFFSETFROM:-0600
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
DTSTART:20070311T02
TZNAME:CDT
TZOFFSETTO:-0500
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0500
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
DTSTART:20071104T02
TZNAME:CST
TZOFFSETTO:-0600
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
TRANSP:OPAQUE
DTEND;TZID=America/Chicago:20190814T18
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-APPLE-MAPKIT-HANDLE=CAESjAIIrk0Q
 oIzgz+WP0Yl3GhIJRREIeIl6RkARKDhMV8AijwEKDVVuaXRlZCBTdGF0ZXMSAlVTGglN
 aW5uZXNvdGEiAk1OKgZSYW1zZXkyClNhaW50IFBhdWw6BTU1MTE0QhBTdC4gQW50aG9ueSBQ
 YXJrUgtWYW5kYWxpYSBTdFoDNTUwYg81NTAgVmFuZGFsaWEgU3SKARBTdC4gQW50aG9ueSBQ
 YXJrmgEHCAASAzE2MCoUTGFrZSBNb25zdGVyIEJyZXdpbmcyDzU1MCBWYW5kYWxpYSBTdDII
 VW5pdCAxNjAyFVNhaW50IFBhdWwsIE1OICA1NTExNDINVW5pdGVkIFN0YXRlczg5;X-APPLE
 -RADIUS=158.963436947114;X-TITLE="Lake Monster Brewing\n550 Vandalia St,
  Unit 160, Saint Paul, MN  55114, United States":geo:44.957320,-93.19092
 8
UID:FDE97A66-705A-4063-A66C-9C0F0394C621
DTSTAMP:20190708T130715Z
LOCATION:Lake Monster Brewing\n550 Vandalia St\, Unit 160\, Saint Paul\,
  MN  55114\, United States
SEQUENCE:0
RECURRENCE-ID;TZID=America/Chicago:20190814T163000
X-APPLE-TRAVEL-ADVISORY-BEHAVIOR:AUTOMATIC
SUMMARY:OSGeo Local Chapter (aka TCMUG) Meeting
LAST-MODIFIED:20190711T144502Z
CREATED:20190613T144921Z
DTSTART;TZID=America/Chicago:20190814T163000
END:VEVENT
END:VCALENDAR
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] mapcache configuration for openlayers XYZ source

2019-07-11 Thread Eichner, Andreas - SID
Hello Sacha,

according to https://mapserver.org/mapcache/sources.html#wmts-sources MapCache 
has no direct support for such source. You might try the support through GDAL 
mentioned there using a service description 
(https://gdal.org/drivers/raster/wmts.html#local-service-description-xml-file ).

HTH


> -Original Message-
> From: mapserver-users [mailto:mapserver-users-
> boun...@lists.osgeo.org] On Behalf Of Sacha Fouchard
> Sent: Thursday, July 11, 2019 10:21 AM
> To: mapserver-users@lists.osgeo.org
> Subject: [mapserver-users] mapcache configuration for openlayers
> XYZ source
> 
> Hi Jeff,
> I followed the link you gave and it works perfectly but for
> ol.source.tileWMS.
> I need to use ol.source.XYZ and get tiles with
> http://my.server/z/x/y.png scheme.
> In my example, i have a source: http://{1-
> 4}.basemaps.cartocdn.com/dark_nolabels/{z}/{x}/{y}.png
>  D.png> , declared in openlayers as  ol.source.XYZ
>     >.
> In line, no problem. Off line, I really don't know how to cache
> it. What could be a simple mapcache configuration? and what url
> from openlayers?
> regards
> Sacha
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] mapcache configuration for openlayers XYZ source

2019-07-11 Thread Sacha Fouchard
Hi Jeff,
I followed the link you gave and it works perfectly but for
ol.source.tileWMS.
I need to use ol.source.XYZ and get tiles with http://my.server/z/x/y.png
scheme.
In my example, i have a source:
http://{1-4}.basemaps.cartocdn.com/dark_nolabels/{z}/{x}/{y}.png, declared
in openlayers as  ol.source.XYZ .
In line, no problem. Off line, I really don't know how to cache it. What
could be a simple mapcache configuration? and what url from openlayers?
regards
Sacha



--
Sent from: http://osgeo-org.1560.x6.nabble.com/Mapserver-User-f4226646.html
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] mapcache configuration for openlayers XYZ source

2019-07-11 Thread Sacha Fouchard
Hi Jeff,
I followed the link you gave and it works perfectly but for
ol.source.tileWMS.
I need to use ol.source.XYZ and get tiles with http://my.server/z/x/y.png
scheme.
In my example, i have a source: http://{1-4}.
basemaps.cartocdn.com/dark_nolabels/{z}/{x}/{y}.png
,
declared in openlayers as  ol.source.XYZ  <
http://ol.source.XYZ >.
In line, no problem. Off line, I really don't know how to cache it. What
could be a simple mapcache configuration? and what url from openlayers?
regards
Sacha
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users