Skip to content

Commit

Permalink
fix: improve map switcher labels
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Apr 17, 2024
1 parent 6ddcc69 commit 94eaa6a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/gis/components/MapboxConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ export const MAPBOX_STYLES = [
data: 'mapbox://styles/terraso/clux9zsa500k401p6grzm1xb8',
},
{
titleKey: 'gis.mapbox_style_detailed_satellite',
titleKey: 'gis.mapbox_style_combined',
data: 'mapbox://styles/terraso/cltsvsgyk00gj01qeavbd6rnw',
},
{
titleKey: 'gis.mapbox_style_terrain',
titleKey: 'gis.mapbox_style_streets',
data: 'mapbox://styles/terraso/cltt1087x00jm01pbfwqagsw8',
},
];
4 changes: 2 additions & 2 deletions src/localization/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -793,8 +793,8 @@
"invalid_kmz_file": "The file {{name}} is not a valid KMZ file",
"mapbox_style_switcher_label": "Base map",
"mapbox_style_satellite": "Satellite",
"mapbox_style_detailed_satellite": "Detailed Satellite",
"mapbox_style_terrain": "Terrain",
"mapbox_style_combined": "Satellite and streets",
"mapbox_style_streets": "Streets",
"map_draw": {
"draw": {
"toolbar": {
Expand Down
4 changes: 2 additions & 2 deletions src/localization/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -800,8 +800,8 @@
"invalid_kmz_file": "El archivo {{name}} no es un archivo KMZ válido",
"mapbox_style_switcher_label": "Mapa base",
"mapbox_style_satellite": "Satélite",
"mapbox_style_detailed_satellite": "Satélite detallado",
"mapbox_style_terrain": "Terreno",
"mapbox_style_combined": "Satélite y TKTK",
"mapbox_style_streets": "TKTK",
"map_draw": {
"draw": {
"toolbar": {
Expand Down

0 comments on commit 94eaa6a

Please sign in to comment.