-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Pass custom parameters to styleURL #5485
Comments
The |
@1ec5 Thank you. Ok I guess I therefore need to setup the apache server with request redirecting... |
mapbox/mapbox-gl-js#2805 proposes adding support for |
#5628 implements |
* [core] Quadkey tokens in tile URL templates Fixes #5485. * [core] WMS tokens in tile URL templates Fixes #822. * [macos] Added WMS debug style Added a style to the macosapp resource bundle that can be used to test WMS support. To use it, zoom in to somewhere in New Jersey, then go to View ‣ Custom Style and enter “wms.json”.
I need to integrate the Bing Maps datasource into the styleURL, however instead of /z/x/y.png it uses quadKey indexing, where quadKey can be defined as:
How can I make the styleURL eat a custom parameter in iOS and Android SDK? say for example something like:
https://somedatasource.com/{quadKey}.png
The text was updated successfully, but these errors were encountered: