All Apps and Add-ons

Geostat Mapping Zoom Issue

ehaque
New Member

Hi, my data is mostly in NY and some in other states. The map rendered, I can max zoom to the state level, I want zoom into NewYork to show the cities I am passing the data for. Below is the spl, why cant I zoom in at the city level since I am passing the lat/long for zipcodes?

source="swerve_sales.csv" host="swerve" sourcetype="csv-sales" date_year="2015"
| join ZIP [search source="zipcode_geo.csv" host="swerve" source="zipcode_geo.csv" | rename Zipcode AS ZIP]
| geostats maxzoomlevel=9 binspanlong=22.5 binspanlat=45.0 latfield=Lat longfield=Long count by CUSTOMERID

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Are you using the default Splunk "greyscale" map tiles?

If so, hit Format -> Tiles -> Presets -> Open Street Map to get map tiles that will zoom in all the way. Additionally, increase the maxzoomlevel=9 in your search.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...