ankhili / ArcGIS-OGC-IGN-FR

This repo is created to test OGC Services served by IGN in the ArcGIS Plateform
0 stars 1 forks source link

WMTS : Tiles are not well displayed on Enterprise or Online #3

Open ankhili opened 4 years ago

ankhili commented 4 years ago

WMTS : https://wxs.ign.fr/choisirgeoportail/geoportail/wmts?SERVICE=WMTS&VERSION=1.0.0&REQUEST=GetCapabilities

Here is a video that shown the pb we face when we display a WMTS. We cannot reproduce this pb on Api JS 4.x.

https://github.com/ankhili/ArcGIS-OGC-IGN-FR/blob/master/WMTS_ArcGISOnline.mp4

Do you recommand any enhancements for this WMTS to get work well in the ArcGIS Plateform. We don't face this problem in ArcGIS Pro or ArcMap as shown in the screen shot below : image

KEY that works on esri france referer (.esrifrance.fr.): n3bmjg0te91vxwdf5gwayf70 KEY that works on esri "beta test" ArcGIS Online Referer (Only available for distributors : https://g11n-test.mapsqa.arcgis.com) bvelmxtnku7ohe5adns1jwxe

ankhili commented 4 years ago

Feedback from Esri :

We believe this issue is occurring because the service is misconfigured. More specifically, we discovered that the service's tile matrices are not in sequential order. If you look at the OGC documentation (http://docs.opengeospatial.org/is/13-082r2/13-082r2.html#28 ), the example TileMatrixSet definition lists each level of TileMatrix in sequential order [0, 1, 2, 3, etc…]. Looking at the GetCapabilities request of our user's service (https://wxs.ign.fr/choisirgeoportail/geoportail/wmts?request=GetCapabilities&service=WMTS&version=1.0.0 ), you can see the matrices are not in sequential order. The order they are in is [0, 1, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 2, 20, 3, 4, 5, 6, 7, 8, 9], which is most likely causing this issue. I recommend the user reconfigure these to be in sequential order. The issue should be resolved after doing so.