All Apps and Add-ons

Location Tracker - Custom Visualization Feature Requests

mkemmerer
Explorer

This app is a great start. I really appreciate this app and its improvements over the community supported Route Map app. There are some improvements I would like to request.

  1. Please allow custom map tiles (e.g. http://custom.url/{z}/{x}/{y}.png)
  2. Emulate the slider feature found in the Route Map app for replaying events.
  3. Enable transparency customization for icons and traces.

Thank you!
Mike

1 Solution

magnew_splunk
Splunk Employee
Splunk Employee

Hi @mkemmerer,

Thanks for the feedback. We'll consider these for a future update.

View solution in original post

bhenderson286
Explorer

Hi @mkemmerer,

You can use custom tile maps by modifying the javascript for this app: /location_tracker_app/appserver/static/visualizations/location_tracker/visualization.js.

Modify one of the stanzas (example below) and change the url line. You can even place your own local filename custom maps with their own zoom levels (example below):

            'openstreetmap_tiles': {
                minZoom: 0,
                maxZoom: 4,
                url: '/static/app/location_tracker_app/map_data/{z}/{x}/{y}.png',
                attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'

            },

Once you've modified and saved the javascript file, don't forget to refresh your Splunk version info so that it sees the changes:

https:///en-US/_bump

0 Karma

magnew_splunk
Splunk Employee
Splunk Employee

Hi @mkemmerer,

Thanks for the feedback. We'll consider these for a future update.

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...