forked from MapComplete/MapComplete
More fixing, first complete version of UK-addresses-theme
This commit is contained in:
parent
c2806a1b4a
commit
d4d7ab6f3a
13 changed files with 122 additions and 47 deletions
|
@ -373,6 +373,9 @@ export default class TagRenderingConfig {
|
|||
return mapping.then;
|
||||
}
|
||||
if (mapping.if.matchesProperties(tags)) {
|
||||
if(this.id === "uk_addresses_placename"){
|
||||
console.log("Matched",mapping.if,"with ",tags["addr:place"])
|
||||
}
|
||||
return mapping.then;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue