Add check to new points as not to add points for disabled layers

This commit is contained in:
Pieter Vander Vennet 2020-09-17 21:10:35 +02:00
parent f544ca805a
commit 16394bb08f
2 changed files with 16 additions and 0 deletions

View file

@ -379,6 +379,10 @@ export default class Translations {
fr: "Ajouter un/une {category} ici",
gl: "Engadir {category} aquí",
de: "Hier eine {category} hinzufügen"
}),
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({