Browse Source

residential: include type of residential when available

places
parent
commit
11d1b0afbb
  1. 8
      residential.json

8
residential.json

@ -35,6 +35,12 @@
]
},
"feature": {
"description": "{{ tagTrans('landuse', tags.landuse) }}"
"description": [
"{{ tagTrans('landuse', tags.landuse) }}",
"",
"{% if tags.residential %}",
"({{ tagTransList('residential', tags.residential) }})",
"{% endif %}"
]
}
}
Loading…
Cancel
Save