geometalab / Vector-Tiles-Reader-QGIS-Plugin

Vector Tiles Reader QGIS-Plugin - QGIS Python plugin which reads Mapbox Vector Tiles from a server, a local MBTiles file or a directory
http://plugins.qgis.org/plugins/vector_tiles_reader/
GNU General Public License v2.0
149 stars 30 forks source link

Fixed issues encountered when testing OGC Vector Tiles implementation… #292

Closed pixalytics closed 1 year ago

pixalytics commented 1 year ago

As part of 2023-06 OGC API sprint, I tested using this Plugin to view an implementation of OGC Vector Tiles. I encountered two errors:

I'm submitting this pull request, which fixes these errors and allows the following endpoint to be viewed: https://maps.gnosis.earth/ogcapi/collections/NaturalEarth:physical:ne_10m_land/tiles/WebMercatorQuad?f=tilejson

sfkeller commented 1 year ago

Thank you! Looks great! Martin and I are reviewing it and I see good chances that the request will be merged. Pls. keep in mind that this plugin is basically archived since it became obsolete after the functionality got implemented in QGIS Core as C++. Questions:

  1. Does your code break existing functionality?
  2. Did you also test it to work with other endpoints?