RandomFractals / geo-data-viewer

Geo Data Analytics tool for VSCode IDE with kepler.gl support to generate and view maps πŸ—ΊοΈ without any Python 🐍, IPyWidgets βš™οΈ, pandas 🐼, Jupyter notebooks πŸ“š, or ReactJS βš›οΈ app code.
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.geo-data-viewer
Apache License 2.0
408 stars 44 forks source link

add map style setting #85

Closed RandomFractals closed 4 years ago

RandomFractals commented 4 years ago

to default map views to one of the supported mapbox/keplergl map styles.

see: https://github.com/keplergl/kepler.gl/blob/master/docs/user-guides/f-map-styles.md#map-styles.md

and: https://github.com/keplergl/kepler.gl/blob/master/src/constants/default-settings.js

RandomFractals commented 4 years ago

add custom map styles loading instead for default mapbox maps most devs are familiar with: streets, light, dark, outdoors, satellite and maybe monochrome ...

see: https://docs.mapbox.com/mapbox-gl-js/example/setstyle/

and this doc to override keplergl map style:

https://github.com/keplergl/kepler.gl/blob/master/docs/api-reference/advanced-usages/custom-mapbox-host.md#2-overriding-the-default-mapstyles

RandomFractals commented 4 years ago

quick preview pic of these new map style options ...

geo-data-viewer-dark-streets