new satellite style #47

This commit is contained in:
msramalho
2022-04-12 21:33:22 +02:00
parent c5a090a685
commit 9ece2cd009
3 changed files with 3 additions and 1 deletions

View File

@@ -138,6 +138,7 @@ module.exports = {
tiles: {
current: "bellingcat-mapbox/cl0qnou2y003m15s8ieuyhgsy",
default: "bellingcat-mapbox/cl0qnou2y003m15s8ieuyhgsy",
satellite: "bellingcat-mapbox/cl1win2vp003914pdhateva6p"
},
},
features: {

View File

@@ -9,7 +9,7 @@ function ui(uiState = initial.ui, action) {
...uiState,
tiles: {
...uiState.tiles,
current: "satellite",
current: uiState.tiles.satellite,
},
};
case RESET_TILES_OVERLAY:

View File

@@ -159,6 +159,7 @@ const initial = {
tiles: {
current: "openstreetmap", // ['openstreetmap', 'streets', 'satellite']
default: "openstreetmap", // ['openstreetmap', 'streets', 'satellite']
satellite: "satellite"
},
style: {
categories: {