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.
34 lines
1.4 KiB
34 lines
1.4 KiB
{
|
|
"type": "overpass",
|
|
"name": {
|
|
"ast": "Infraestructures",
|
|
"cs": "Občasnká vybavenost",
|
|
"de": "Einrichtungen",
|
|
"en": "Amenities",
|
|
"fr": "Infrastructures routières",
|
|
"it": "Infrastrutture",
|
|
"ja": "生活環境",
|
|
"nl": "Voorzieningen",
|
|
"ru": "Обслуживание транспорта",
|
|
"uk": "Amenities"
|
|
},
|
|
"query": {
|
|
"13": "(\nnode[amenity~\"^(car_rental|car_sharing|fuel)$\"];\nway[amenity~\"^(car_rental|car_sharing|fuel)$\"];\nrelation[amenity~\"^(car_rental|car_sharing|fuel)$\"];\n)",
|
|
"16": "(\nnode[amenity~\"^(car_rental|car_sharing|car_wash|charging_station|fuel|motorcycle_parking|parking)$\"];\nway[amenity~\"^(car_rental|car_sharing|car_wash|charging_station|fuel|motorcycle_parking|parking)$\"];\nrelation[amenity~\"^(car_rental|car_sharing|car_wash|charging_station|fuel|motorcycle_parking|parking)$\"];\n)"
|
|
},
|
|
"feature": {
|
|
"pre": "{% set key = 'amenity' %}\n{% set value = tags.amenity %}",
|
|
"description": "{{ tagTrans(key, value) }}",
|
|
"body": "{{ tagTrans(key, value) }}",
|
|
"markerSign": "{{ const[value] }}"
|
|
},
|
|
"const": {
|
|
"car_rental": "R",
|
|
"car_sharing": "S",
|
|
"car_wash": "",
|
|
"charging_station": "",
|
|
"fuel": "⛽",
|
|
"parking": "🅿",
|
|
"motorcycle_parking": "🅿"
|
|
}
|
|
}
|