sghaskell/maps-plus

Splunk maps Tile Override

Closed this issue · 1 comments

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.

This is how looks now:
imagen

@OsmaryA

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).

http://mt1.google.com/vt/lyrs=p&x={x}&y={y}&z={z}

screen shot 2018-12-13 at 9 00 48 am