Frontend: Update map options
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
1697c9e1e3
commit
7c3ad754ba
1 changed files with 4 additions and 4 deletions
|
@ -174,11 +174,11 @@ export const MapsStyle = () => [
|
|||
},
|
||||
{
|
||||
"text": $gettext("Topographic"),
|
||||
"value": "topo",
|
||||
"value": "topographique",
|
||||
},
|
||||
{
|
||||
"text": $gettext("Moonlight"),
|
||||
"value": "darkmatter",
|
||||
"text": $gettext("Outdoor"),
|
||||
"value": "outdoor",
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue