Splunk maps Tile Override
Closed this issue · 1 comments
OsmaryA commented
HI,
we are using the previous version of splunk maps, and now upgrade to this, but we have a option that use a TilesOverride, and let be choose for a token, and now is not working.
This is an example of my code:
http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png http://mt1.google.com/vt/lyrs=$tile$&x={x}&y={y}&z={z}And for the token:
Satelital
Mapa
Terreno
Please can you confirm that this option continues to work?
Thanks a lot.
sghaskell commented
It should work just fine. It seems the token values you're passing to lyrs
are not valid. Have a look here.
https://answers.splunk.com/answers/186394/how-to-specify-google-maps-url-for-map-tiles-in-sp.html
Just update the token values to the correct lyrs
value and it should work fine. Here's an example using p
(terrain).