forked from MapComplete/MapComplete
Add share icon, reordering of questions and icons, add urinal to toilet
This commit is contained in:
parent
a261577ef3
commit
4018e6710b
12 changed files with 416 additions and 395 deletions
|
@ -100,7 +100,7 @@ export default class LayerConfig {
|
|||
}
|
||||
|
||||
this.tagRenderings = trs(json.tagRenderings).concat(roamingRenderings);
|
||||
this.titleIcons = trs(json.titleIcons ?? ["wikipedialink","osmlink"]);
|
||||
this.titleIcons = trs(json.titleIcons ?? ["wikipedialink","osmlink", "sharelink"]);
|
||||
|
||||
|
||||
function tr(key, deflt) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue