forked from OpenStreetBrowser/main
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.2 KiB
40 lines
1.2 KiB
{
|
|
"type": "overpass",
|
|
"name": {
|
|
"ast": "Agricultura",
|
|
"cs": "Zemědělství",
|
|
"de": "Landwirtschaft",
|
|
"el": "Γεωργία",
|
|
"en": "Agriculture",
|
|
"et": "Põllumajandus",
|
|
"fr": "Agriculture",
|
|
"hu": "Mezőgazdaság",
|
|
"it": "Agricoltura",
|
|
"ja": "農業",
|
|
"nl": "Landbouw",
|
|
"pt-br": "Agricultura",
|
|
"ro": "Agricultura",
|
|
"ru": "Сельское хозяйство"
|
|
},
|
|
"query": {
|
|
"13": [
|
|
"(",
|
|
"node[landuse~\"^(allotments|farm|farmland|farmyard|greenhouse_horticulture|orchard|vineyard)$\"];",
|
|
"way[landuse~\"^(allotments|farm|farmland|farmyard|greenhouse_horticulture|orchard|vineyard)$\"];",
|
|
"relation[landuse~\"^(allotments|farm|farmland|farmyard|greenhouse_horticulture|orchard|vineyard)$\"];",
|
|
")"
|
|
]
|
|
},
|
|
"feature": {
|
|
"description": "{{ tagTrans('landuse', tags.landuse) }}",
|
|
"priority": [
|
|
"{% if tags.landuse == 'farmyard' %}",
|
|
"0",
|
|
"{% elseif tags.landuse == 'allotments' %}",
|
|
"1",
|
|
"{% else %}",
|
|
"2",
|
|
"{% endif %}"
|
|
]
|
|
}
|
|
}
|