-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Satellite view #24
Comments
When I started with the panel, I had 5 different maps including a satellite view. In the end, I dumped them and just kept one map that suits the dark theme and one that suits the light theme. The satellite view didn't work that well for visualization and that is the reason there isn't one. Do you have a particular use case that needs a satellite view? |
Hi @daniellee , My use case(s) involve remote sensor networks that are usually in areas with very few public roads nearby. The locations are generally very industrial in nature. In particular, mine sites where sensors are installed throughout the mine site. |
Poked around a bit and it ended up being relatively straightforward to get this to work by modifying the JS. Of course it would be nice if there was a UI control for setting custom tile server parameters - but, for the time being - for anyone else that's interested in getting this to work and does not care about elegance of implementation, here's a way:
I looked up these two at http://leaflet-extras.github.io/leaflet-providers/preview/ - there are many options there, but these seemed to be the best satellite ones. Note that in order to use the HERE tile server you need to sign up for API access and replace the
Hope this might be helpful to anyone else who stumbles upon this page in search for a solution. The following is what I got with the HERE hybrid map, with a CSS filter to dial down saturation and increase brightness of the basemap, in an effort to improve the visibility of the actual data points: |
FYI, here's a fork that uses the Esri Satellite map as the background: https://github.com/ammpio/worldmap-panel. The actual diff between this and the original is here |
For it to be a 1 line code change ya would think it wouldn't be too tricky to make it a setting in the plugin for satellite view. Thanks @svet-b for your approach. |
Would be nice to be able to render a satellite view of the map.
The text was updated successfully, but these errors were encountered: