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.
25 lines
947 B
25 lines
947 B
{
|
|
"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",
|
|
"ro": "Agricultura",
|
|
"ru": "Сельское хозяйство"
|
|
},
|
|
"query": {
|
|
"13": "(\nnode[landuse~\"^(allotments|farm|farmland|farmyard|greenhouse_horticulture|orchard|vineyard)$\"];\nway[landuse~\"^(allotments|farm|farmland|farmyard|greenhouse_horticulture|orchard|vineyard)$\"];\nrelation[landuse~\"^(allotments|farm|farmland|farmyard|greenhouse_horticulture|orchard|vineyard)$\"];\n)"
|
|
},
|
|
"feature": {
|
|
"description": "{{ tagTrans('landuse', tags.landuse) }}",
|
|
"body": "{{ tagTrans('landuse', tags.landuse) }}"
|
|
}
|
|
}
|