7
7
wmtsTopplusOpenWebGrey ,
8
8
wmtsTopplusOpenLight ,
9
9
wmtsTopplusOpenLightGrey ,
10
+ aerial ,
10
11
} from './services'
11
12
12
13
// Gefundene Orte
@@ -25,6 +26,7 @@ const locales: LanguageOption[] = [
25
26
[ wmtsTopplusOpenWebGrey ] : 'TopPlusOpen (Web, Grau)' ,
26
27
[ wmtsTopplusOpenLight ] : 'TopPlusOpen (Light)' ,
27
28
[ wmtsTopplusOpenLightGrey ] : 'TopPlusOpen (Light, Grau)' ,
29
+ [ aerial ] : 'Luftbilder Sen2Europe' ,
28
30
} ,
29
31
addressSearch : {
30
32
unnamed : 'Unbenannt' ,
@@ -33,13 +35,20 @@ const locales: LanguageOption[] = [
33
35
[ openStreetMap ] : `$t(textLocator.layers.${ openStreetMap } ): © <a href='https://www.openstreetmap.org/copyright' target='_blank'>OpenStreetMap</a> contributors` ,
34
36
[ openSeaMap ] : `$t(textLocator.layers.${ openSeaMap } ): © <a href='https://www.openseamap.org/ target='_blank''>OpenSeaMap</a>` ,
35
37
[ mdiSeaNames ] : `$t(textLocator.layers.${ mdiSeaNames } ): © <a href='https://projekt.mdi-de.org/kuesten-gazetteer/ target='_blank''>MDI DE</a>` ,
36
- [ wmtsTopplusOpenWeb ] : `$t(textLocator.layers.${ wmtsTopplusOpenWeb } ): © Bundesamt für Kartographie und Geodäsie <YEAR>` ,
37
- [ wmtsTopplusOpenWebGrey ] : `$t(textLocator.layers.${ wmtsTopplusOpenWebGrey } ): © Bundesamt für Kartographie und Geodäsie <YEAR>` ,
38
- [ wmtsTopplusOpenLight ] : `$t(textLocator.layers.${ wmtsTopplusOpenLight } ): © Bundesamt für Kartographie und Geodäsie <YEAR>` ,
39
- [ wmtsTopplusOpenLightGrey ] : `$t(textLocator.layers.${ wmtsTopplusOpenLightGrey } ): © Bundesamt für Kartographie und Geodäsie <YEAR>` ,
38
+ [ wmtsTopplusOpenWeb ] : `$t(textLocator.layers.${ wmtsTopplusOpenWeb } ): © Bundesamt für Kartographie und Geodäsie {{YEAR}}` ,
39
+ [ wmtsTopplusOpenWebGrey ] : `$t(textLocator.layers.${ wmtsTopplusOpenWebGrey } ): © Bundesamt für Kartographie und Geodäsie {{YEAR}}` ,
40
+ [ wmtsTopplusOpenLight ] : `$t(textLocator.layers.${ wmtsTopplusOpenLight } ): © Bundesamt für Kartographie und Geodäsie {{YEAR}}` ,
41
+ [ wmtsTopplusOpenLightGrey ] : `$t(textLocator.layers.${ wmtsTopplusOpenLightGrey } ): © Bundesamt für Kartographie und Geodäsie {{YEAR}}` ,
42
+ [ aerial ] :
43
+ '© Europäische Union, enthält veränderte Copernicus Sentinel-Daten ({{YEAR}})' ,
40
44
static :
41
45
'<br><a href="https://github.com/Dataport/polar/blob/main/LEGALNOTICE.md">Impressum</a>' ,
42
46
} ,
47
+ info : {
48
+ noLiteratureFound : 'Es wurden keine Texte zu diesen Orten gefunden.' ,
49
+ noGeometriesFound :
50
+ 'Es wurden keine Orte zu dieser Geometrie gefunden.' ,
51
+ } ,
43
52
error : {
44
53
searchCoastalGazetteer :
45
54
'Die Suche ist mit einem unbekannten Fehler fehlgeschlagen. Bitte versuchen Sie es später erneut.' ,
@@ -64,6 +73,7 @@ const locales: LanguageOption[] = [
64
73
[ wmtsTopplusOpenWebGrey ] : 'TopPlusOpen (Web, Grey)' ,
65
74
[ wmtsTopplusOpenLight ] : 'TopPlusOpen (Light)' ,
66
75
[ wmtsTopplusOpenLightGrey ] : 'TopPlusOpen (Light, Grey)' ,
76
+ [ aerial ] : 'Luftbilder Sen2Europe' ,
67
77
} ,
68
78
addressSearch : {
69
79
unnamed : 'Unnamed' ,
@@ -72,13 +82,19 @@ const locales: LanguageOption[] = [
72
82
[ openStreetMap ] : `$t(textLocator.layers.${ openStreetMap } ): © <a href='https://www.openstreetmap.org/copyright' target='_blank'>OpenStreetMap</a> contributors` ,
73
83
[ openSeaMap ] : `$t(textLocator.layers.${ openSeaMap } ): © <a href='https://www.openseamap.org/ target='_blank''>OpenSeaMap</a>` ,
74
84
[ mdiSeaNames ] : `$t(textLocator.layers.${ mdiSeaNames } ): © <a href='https://projekt.mdi-de.org/kuesten-gazetteer/ target='_blank''>MDI DE</a>` ,
75
- [ wmtsTopplusOpenWeb ] : `$t(textLocator.layers.${ wmtsTopplusOpenWeb } ): © Bundesamt für Kartographie und Geodäsie <YEAR>` ,
76
- [ wmtsTopplusOpenWebGrey ] : `$t(textLocator.layers.${ wmtsTopplusOpenWebGrey } ): © Bundesamt für Kartographie und Geodäsie <YEAR>` ,
77
- [ wmtsTopplusOpenLight ] : `$t(textLocator.layers.${ wmtsTopplusOpenLight } ): © Bundesamt für Kartographie und Geodäsie <YEAR>` ,
78
- [ wmtsTopplusOpenLightGrey ] : `$t(textLocator.layers.${ wmtsTopplusOpenLightGrey } ): © Bundesamt für Kartographie und Geodäsie <YEAR>` ,
85
+ [ wmtsTopplusOpenWeb ] : `$t(textLocator.layers.${ wmtsTopplusOpenWeb } ): © Bundesamt für Kartographie und Geodäsie {{YEAR}}` ,
86
+ [ wmtsTopplusOpenWebGrey ] : `$t(textLocator.layers.${ wmtsTopplusOpenWebGrey } ): © Bundesamt für Kartographie und Geodäsie {{YEAR}}` ,
87
+ [ wmtsTopplusOpenLight ] : `$t(textLocator.layers.${ wmtsTopplusOpenLight } ): © Bundesamt für Kartographie und Geodäsie {{YEAR}}` ,
88
+ [ wmtsTopplusOpenLightGrey ] : `$t(textLocator.layers.${ wmtsTopplusOpenLightGrey } ): © Bundesamt für Kartographie und Geodäsie {{YEAR}}` ,
89
+ [ aerial ] :
90
+ '© European Union, contains modified Copernicus Sentinel data ({{YEAR}})' ,
79
91
static :
80
92
'<br><a href="https://github.com/Dataport/polar/blob/main/LEGALNOTICE.md">Legal notice (Impressum)</a>' ,
81
93
} ,
94
+ info : {
95
+ noLiteratureFound : 'No texts were found regarding these places.' ,
96
+ noGeometriesFound : 'No places were found regarding this geometry.' ,
97
+ } ,
82
98
error : {
83
99
searchCoastalGazetteer :
84
100
'The search failed with an unknown error. Please try again later.' ,
0 commit comments