Skip to content

Commit

Permalink
Update Mapbox Tiles API to modern Static Tiles API
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiko Naito committed Mar 11, 2020
1 parent 751def4 commit cd2bc2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ soda:
```yaml
map:
tileUrl: https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png
tileId: mapbox.light
tileUrl: https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}
tileId: mapbox/light-v10
mapboxToken: (ENTER YOUR MAPBOX ACCESS TOKEN)
```
Expand Down
4 changes: 2 additions & 2 deletions src/constants/configurations.sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ breakoutLabel: stratification1
# Mapbox and other map related configurations
map:
# Mapbox tile style setting
tileUrl: https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png
tileId: mapbox.light
tileUrl: https://api.mapbox.com/styles/v1/{id}/tiles/{z}/{x}/{y}
tileId: mapbox/light-v10
mapboxToken: (ENTER YOUR MAPBOX ACCESS TOKEN)
# attribution displayed inside Choropleth map
attribution: |
Expand Down

0 comments on commit cd2bc2e

Please sign in to comment.