mapbox / mapboxgl-powerbi

Mapbox Visual for Power BI - High performance, custom map visuals for Power BI dashboards. This version of Mapbox Visual for Microsoft Power BI is no longer maintained. You can find the live and maintained version of the plugin at: https://github.com/starschema/mapboxgl-powerbi.
MIT License
127 stars 52 forks source link

Add support for WMTS #362

Closed FrieseWoudloper closed 1 year ago

FrieseWoudloper commented 4 years ago

The official (open data) raster map of the Netherlands is only available as WMTS, not as WMS. Every Dutch government organization is legally obliged to use this map. So I would really like the Mapbox Visual to support WMTS.

ryanbaumann commented 4 years ago

Thanks for the issue @FrieseWoudloper - we will absolutely consider this.

Currently Mapbox GL JS (the SDK that renders the map visual in Mapboxgl-powerbi) does not support WMTS as a source data format - internally it only supports z/x/y coordinate system tiles.