sghaskell / maps-plus

Maps+ for Splunk
Other
18 stars 3 forks source link

Configure CRS #46

Open omerrudik opened 9 months ago

omerrudik commented 9 months ago

Hi We need to override the CRS value for correct leaflet visualization as currently the map shows coordinates in other area of world. This is common option on leaflet but we don’t know how to do it on Splunk as it not documented as part of the viz options.

We tried several options but non of them worked: Viz option declarations: option name=“leaflet_maps_app.maps-plus.crs”

Viz values - not working:

  1. L.CRS.EPSG4326
  2. EPSG4326
  3. EPSG:4326
  4. 4326
  5. EPSG

Thanks for the supporting!