mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 17:37:49 +02:00
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -223,6 +223,10 @@
|
||||
"key": "amenity",
|
||||
"value": "cafe"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "car_pooling"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "car_rental"
|
||||
|
||||
Vendored
+4
@@ -2846,6 +2846,10 @@
|
||||
"name": "Cafe",
|
||||
"terms": "bistro,coffee,tea"
|
||||
},
|
||||
"amenity/car_pooling": {
|
||||
"name": "Car Pooling",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/car_rental": {
|
||||
"name": "Car Rental",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user