Add Car Pooling preset

(closes #4623)
This commit is contained in:
Bryan Housel
2018-01-02 16:29:05 -05:00
parent d2ffde8b48
commit 31770b3957
5 changed files with 44 additions and 0 deletions
+4
View File
@@ -1822,6 +1822,10 @@ en:
name: Cafe
# 'terms: bistro,coffee,tea'
terms: '<translate with synonyms or related terms for ''Cafe'', separated by commas>'
amenity/car_pooling:
# amenity=car_pooling
name: Car Pooling
terms: '<translate with synonyms or related terms for ''Car Pooling'', separated by commas>'
amenity/car_rental:
# amenity=car_rental
name: Car Rental
+16
View File
@@ -1078,6 +1078,22 @@
},
"name": "Cafe"
},
"amenity/car_pooling": {
"icon": "car",
"fields": [
"name",
"operator",
"capacity"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "car_pooling"
},
"name": "Car Pooling"
},
"amenity/car_rental": {
"icon": "car",
"fields": [
@@ -0,0 +1,16 @@
{
"icon": "car",
"fields": [
"name",
"operator",
"capacity"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "car_pooling"
},
"name": "Car Pooling"
}
+4
View File
@@ -223,6 +223,10 @@
"key": "amenity",
"value": "cafe"
},
{
"key": "amenity",
"value": "car_pooling"
},
{
"key": "amenity",
"value": "car_rental"
+4
View File
@@ -2846,6 +2846,10 @@
"name": "Cafe",
"terms": "bistro,coffee,tea"
},
"amenity/car_pooling": {
"name": "Car Pooling",
"terms": ""
},
"amenity/car_rental": {
"name": "Car Rental",
"terms": ""