A Tangram scene for adding OSM data to a satellite raster baselayer.
Check how it works on SentinelMap website.
This scene combines a raster tile layer with vector tiles to deploy a web map. In particular it supports:
- SentinelMap basemap tile service -- sign up for an API key here
- Mapzen vector tile service -- sign up for an API key here
For deploy a map you can simply set your keys on global.yaml file:
- line 7:
sat_api_key: '' ## set this value to your SentinelMap API key
- line 12:
osm_api_key: '' ## set this value to your Mapzen API key