mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-08 03:18:36 +03:00
new satellite style #47
This commit is contained in:
@@ -138,6 +138,7 @@ module.exports = {
|
||||
tiles: {
|
||||
current: "bellingcat-mapbox/cl0qnou2y003m15s8ieuyhgsy",
|
||||
default: "bellingcat-mapbox/cl0qnou2y003m15s8ieuyhgsy",
|
||||
satellite: "bellingcat-mapbox/cl1win2vp003914pdhateva6p"
|
||||
},
|
||||
},
|
||||
features: {
|
||||
|
||||
@@ -9,7 +9,7 @@ function ui(uiState = initial.ui, action) {
|
||||
...uiState,
|
||||
tiles: {
|
||||
...uiState.tiles,
|
||||
current: "satellite",
|
||||
current: uiState.tiles.satellite,
|
||||
},
|
||||
};
|
||||
case RESET_TILES_OVERLAY:
|
||||
|
||||
@@ -159,6 +159,7 @@ const initial = {
|
||||
tiles: {
|
||||
current: "openstreetmap", // ['openstreetmap', 'streets', 'satellite']
|
||||
default: "openstreetmap", // ['openstreetmap', 'streets', 'satellite']
|
||||
satellite: "satellite"
|
||||
},
|
||||
style: {
|
||||
categories: {
|
||||
|
||||
Reference in New Issue
Block a user