mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 15:08:23 +02:00
Rename "Entrance" as "Entrance/Exit" and add parking_entrance preset.
This commit is contained in:
+7
-4
@@ -547,6 +547,9 @@ en:
|
||||
amenity/parking:
|
||||
name: Car Parking
|
||||
terms: "<translate with synonyms or related terms for 'Car Parking', separated by commas>"
|
||||
amenity/parking_entrance:
|
||||
name: Parking Garage Entrance/Exit
|
||||
terms: "<translate with synonyms or related terms for 'Parking Garage Entrance/Exit', separated by commas>"
|
||||
amenity/pharmacy:
|
||||
name: Pharmacy
|
||||
terms: "<translate with synonyms or related terms for 'Pharmacy', separated by commas>"
|
||||
@@ -731,8 +734,8 @@ en:
|
||||
name: Dormitory
|
||||
terms: "<translate with synonyms or related terms for 'Dormitory', separated by commas>"
|
||||
building/entrance:
|
||||
name: Entrance
|
||||
terms: "<translate with synonyms or related terms for 'Entrance', separated by commas>"
|
||||
name: Entrance/Exit
|
||||
terms: "<translate with synonyms or related terms for 'Entrance/Exit', separated by commas>"
|
||||
building/garage:
|
||||
name: Garage
|
||||
terms: "<translate with synonyms or related terms for 'Garage', separated by commas>"
|
||||
@@ -941,8 +944,8 @@ en:
|
||||
name: Emergency Phone
|
||||
terms: "<translate with synonyms or related terms for 'Emergency Phone', separated by commas>"
|
||||
entrance:
|
||||
name: Entrance
|
||||
terms: "<translate with synonyms or related terms for 'Entrance', separated by commas>"
|
||||
name: Entrance/Exit
|
||||
terms: "<translate with synonyms or related terms for 'Entrance/Exit', separated by commas>"
|
||||
footway/crossing:
|
||||
name: Crossing
|
||||
terms: "<translate with synonyms or related terms for 'Crossing', separated by commas>"
|
||||
|
||||
@@ -1010,6 +1010,20 @@
|
||||
"terms": [],
|
||||
"name": "Car Parking"
|
||||
},
|
||||
"amenity/parking_entrance": {
|
||||
"icon": "entrance",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "parking_entrance"
|
||||
},
|
||||
"fields": [
|
||||
"access_simple",
|
||||
"ref"
|
||||
],
|
||||
"name": "Parking Garage Entrance/Exit"
|
||||
},
|
||||
"amenity/pharmacy": {
|
||||
"icon": "pharmacy",
|
||||
"fields": [
|
||||
@@ -2162,7 +2176,7 @@
|
||||
"tags": {
|
||||
"building": "entrance"
|
||||
},
|
||||
"name": "Entrance",
|
||||
"name": "Entrance/Exit",
|
||||
"searchable": false
|
||||
},
|
||||
"building/garage": {
|
||||
@@ -3487,7 +3501,7 @@
|
||||
"access_simple",
|
||||
"address"
|
||||
],
|
||||
"name": "Entrance"
|
||||
"name": "Entrance/Exit"
|
||||
},
|
||||
"footway/crossing": {
|
||||
"fields": [
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"icon": "entrance",
|
||||
"geometry": [
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "parking_entrance"
|
||||
},
|
||||
"fields": [
|
||||
"access_simple",
|
||||
"ref"
|
||||
],
|
||||
"name": "Parking Garage Entrance/Exit"
|
||||
}
|
||||
@@ -6,6 +6,6 @@
|
||||
"tags": {
|
||||
"building": "entrance"
|
||||
},
|
||||
"name": "Entrance",
|
||||
"name": "Entrance/Exit",
|
||||
"searchable": false
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
"access_simple",
|
||||
"address"
|
||||
],
|
||||
"name": "Entrance"
|
||||
"name": "Entrance/Exit"
|
||||
}
|
||||
|
||||
Vendored
+6
-2
@@ -1170,6 +1170,10 @@
|
||||
"name": "Car Parking",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/parking_entrance": {
|
||||
"name": "Parking Garage Entrance/Exit",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/pharmacy": {
|
||||
"name": "Pharmacy",
|
||||
"terms": ""
|
||||
@@ -1415,7 +1419,7 @@
|
||||
"terms": ""
|
||||
},
|
||||
"building/entrance": {
|
||||
"name": "Entrance",
|
||||
"name": "Entrance/Exit",
|
||||
"terms": ""
|
||||
},
|
||||
"building/garage": {
|
||||
@@ -1695,7 +1699,7 @@
|
||||
"terms": ""
|
||||
},
|
||||
"entrance": {
|
||||
"name": "Entrance",
|
||||
"name": "Entrance/Exit",
|
||||
"terms": ""
|
||||
},
|
||||
"footway/crossing": {
|
||||
|
||||
@@ -10,6 +10,7 @@ iD.areaKeys = {
|
||||
"bench": true,
|
||||
"clock": true,
|
||||
"drinking_water": true,
|
||||
"parking_entrance": true,
|
||||
"post_box": true,
|
||||
"telephone": true,
|
||||
"vending_machine": true,
|
||||
|
||||
Reference in New Issue
Block a user