qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.39k stars 2.98k forks source link

Error on adding Arcgis Vector tile layer #42314

Closed FelisPimeja closed 3 years ago

FelisPimeja commented 3 years ago

I'm trying to add ArcGIS Vector Tile layer Service URL: https://pkk.rosreestr.ru/arcgis/rest/services/Hosted/caddivsion/VectorTileServer Style URL: https://pkk.rosreestr.ru/arcgis/rest/services/Hosted/caddivsion/VectorTileServer/resources/styles

On adding layer to the map I get an error: CRITICAL Layer is not valid : The layer is not a valid layer and can not be added to the map and a bunch of normal requests in Dev Console

The service is available you can check it through browser: https://pkk.rosreestr.ru/arcgis/rest/services/Hosted/caddivsion/VectorTileServer/tile/11/673/1617.pbf

image

Windows 10 QGIS Stable and Master - same behavior

FelisPimeja commented 3 years ago

Figured it out. They swapped {x} and {y} in tile address... Can be added as a generic Vector tiles connection.

nyalldawson commented 3 years ago

This is a valid bug, let's get it fixed...