Merge master

This commit is contained in:
Pieter Vander Vennet 2020-11-21 16:46:05 +01:00
commit d953dd4aa6
29 changed files with 348 additions and 83 deletions

View file

@ -100,7 +100,7 @@ export default class LayerConfig {
}
this.tagRenderings = trs(json.tagRenderings).concat(roamingRenderings);
this.titleIcons = trs(json.titleIcons ?? ["wikipedialink","osmlink", "sharelink"]);
this.titleIcons = trs(json.titleIcons ?? ["phonelink","wikipedialink","osmlink", "sharelink"]);
function tr(key, deflt) {