@ -17,12 +17,8 @@
"query": {
"13": [
"(",
"node[landuse~\"^(brownfield|greenfield|construction|)$\"];",
"nwr[landuse~\"^(construction)$\"];",
"way[landuse~\"^(brownfield|greenfield|construction|)$\"];",
"nwr[highway~\"^(construction)$\"];",
"relation[landuse~\"^(brownfield|greenfield|construction|)$\"];",
"node[highway~\"^(construction)$\"];",
"way[highway~\"^(construction)$\"];",
"relation[highway~\"^(construction)$\"];",
")"
]
},
@ -265,9 +265,21 @@
{
"id": "agriculture"
"id": "developments",
"type": "index",
"name": {
"en": "Planning and Construction"
"subCategories": [
"id": "construction"
"id": "planning"
}
"id": "military"
@ -0,0 +1,20 @@
"type": "overpass",
"en": "Planning",
"nwr[landuse~\"^(brownfield|greenfield)$\"];",
"feature": {
"pre": [
"{% set key = 'landuse' %}",
"{% set value = tags.landuse %}"
],
"description": "{{ tagTrans(key, value) }} {{ key}} {{ value }}"
xxxxxxxxxx
xxxxxxxxxx