Merge branches, fix bugs with initial zoom and location, fix bug which starts loading right away, fix bug when overpass times out
This commit is contained in:
commit
638691d6c3
12 changed files with 105 additions and 50 deletions
|
@ -384,6 +384,11 @@ export default class Translations {
|
|||
"en": "Open the layer control box",
|
||||
"nl": "Open de laag-instellingen"
|
||||
})
|
||||
,
|
||||
layerNotEnabled: new T({
|
||||
"en": "The layer {layer} is not enabled. Enable this layer to add a point",
|
||||
"nl": "De laag {layer} is gedeactiveerd. Activeer deze om een punt toe te voegn"
|
||||
})
|
||||
},
|
||||
pickLanguage: new T({
|
||||
en: "Choose a language",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue