mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 23:13:42 +00:00
Merge pull request #5352 from programistka/Issue#5338
Add Multilevel Car Parking preset
This commit is contained in:
@@ -2325,6 +2325,11 @@ en:
|
||||
# amenity=parking
|
||||
name: Car Parking
|
||||
terms: '<translate with synonyms or related terms for ''Car Parking'', separated by commas>'
|
||||
amenity/parking/multi-storey:
|
||||
# 'amenity=parking, parking=multi-storey'
|
||||
name: Multilevel Car Parking
|
||||
# 'terms: multistorey car park,parking garage,parkade,parking structure,parking ramp,parking deck,parking building,indoor parking'
|
||||
terms: '<translate with synonyms or related terms for ''Multilevel Car Parking'', separated by commas>'
|
||||
amenity/parking_entrance:
|
||||
# amenity=parking_entrance
|
||||
name: Parking Garage Entrance/Exit
|
||||
|
||||
@@ -104,6 +104,7 @@
|
||||
"amenity/parking_entrance": {"icon": "maki-entrance-alt1", "fields": ["access_simple", "ref"], "geometry": ["vertex"], "tags": {"amenity": "parking_entrance"}, "name": "Parking Garage Entrance/Exit"},
|
||||
"amenity/parking_space": {"fields": ["capacity"], "geometry": ["point", "vertex", "area"], "terms": [], "tags": {"amenity": "parking_space"}, "matchScore": 0.95, "name": "Parking Space"},
|
||||
"amenity/parking": {"icon": "maki-parking", "fields": ["name", "operator", "parking", "capacity", "fee", "access_simple", "supervised", "park_ride", "surface", "maxstay"], "geometry": ["point", "vertex", "area"], "tags": {"amenity": "parking"}, "terms": [], "name": "Car Parking"},
|
||||
"amenity/parking/multi-storey": {"icon": "maki-parking-garage", "fields": ["name", "building", "levels", "height", "address"], "geometry": ["area"], "terms": ["multistorey car park", "parking garage", "parkade", "parking structure", "parking ramp", "parking deck", "parking building", "indoor parking"], "tags": {"amenity": "parking", "parking": "multi-storey"}, "addTags": {"building": "parking", "amenity": "parking", "parking": "multi-storey"}, "removeTags": {"building": "parking", "amenity": "parking", "parking": "multi-storey"}, "reference": {"key": "parking", "value": "multi-storey"}, "name": "Multilevel Car Parking"},
|
||||
"amenity/pharmacy": {"icon": "maki-pharmacy", "fields": ["name", "operator", "address", "building_area", "drive_through", "opening_hours", "payment_multi", "dispensing"], "geometry": ["point", "area"], "tags": {"amenity": "pharmacy"}, "addTags": {"amenity": "pharmacy", "healthcare": "pharmacy"}, "removeTags": {"amenity": "pharmacy", "healthcare": "pharmacy"}, "reference": {"key": "amenity", "value": "pharmacy"}, "terms": ["apothecary", "drug*", "med*", "prescription"], "name": "Pharmacy"},
|
||||
"amenity/place_of_worship": {"icon": "maki-place-of-worship", "fields": ["name", "religion", "denomination", "address", "building_area", "service_times"], "geometry": ["point", "area"], "terms": ["abbey", "basilica", "bethel", "cathedral", "chancel", "chantry", "chapel", "church", "fold", "house of God", "house of prayer", "house of worship", "minster", "mission", "mosque", "oratory", "parish", "sacellum", "sanctuary", "shrine", "synagogue", "tabernacle", "temple"], "tags": {"amenity": "place_of_worship"}, "name": "Place of Worship"},
|
||||
"amenity/place_of_worship/buddhist": {"icon": "maki-buddhism", "fields": ["name", "denomination", "building_area", "address", "service_times"], "geometry": ["point", "area"], "terms": ["stupa", "vihara", "monastery", "temple", "pagoda", "zendo", "dojo"], "tags": {"amenity": "place_of_worship", "religion": "buddhist"}, "reference": {"key": "amenity", "value": "place_of_worship"}, "name": "Buddhist Temple"},
|
||||
|
||||
34
data/presets/presets/amenity/parking/multi-storey.json
Normal file
34
data/presets/presets/amenity/parking/multi-storey.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"icon": "maki-parking-garage",
|
||||
"fields": ["name", "building", "levels", "height", "address"],
|
||||
"geometry": ["area"],
|
||||
"terms": [
|
||||
"multistorey car park",
|
||||
"parking garage",
|
||||
"parkade",
|
||||
"parking structure",
|
||||
"parking ramp",
|
||||
"parking deck",
|
||||
"parking building",
|
||||
"indoor parking"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "parking",
|
||||
"parking": "multi-storey"
|
||||
},
|
||||
"addTags": {
|
||||
"building": "parking",
|
||||
"amenity": "parking",
|
||||
"parking": "multi-storey"
|
||||
},
|
||||
"removeTags": {
|
||||
"building": "parking",
|
||||
"amenity": "parking",
|
||||
"parking": "multi-storey"
|
||||
},
|
||||
"reference": {
|
||||
"key": "parking",
|
||||
"value": "multi-storey"
|
||||
},
|
||||
"name": "Multilevel Car Parking"
|
||||
}
|
||||
@@ -700,6 +700,13 @@
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/parking-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "parking",
|
||||
"value": "multi-storey",
|
||||
"description": "Multilevel Car Parking, Type",
|
||||
"object_types": ["area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/parking-garage-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "pharmacy",
|
||||
@@ -6951,7 +6958,6 @@
|
||||
{"key": "par", "description": "Par"},
|
||||
{"key": "park_ride", "description": "Park and Ride"},
|
||||
{"key": "parking", "value": "surface", "description": "Type"},
|
||||
{"key": "parking", "value": "multi-storey", "description": "Type"},
|
||||
{"key": "parking", "value": "underground", "description": "Type"},
|
||||
{"key": "parking", "value": "sheds", "description": "Type"},
|
||||
{"key": "parking", "value": "carports", "description": "Type"},
|
||||
|
||||
32
dist/locales/en.json
vendored
32
dist/locales/en.json
vendored
@@ -3472,6 +3472,10 @@
|
||||
"name": "Car Parking",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/parking/multi-storey": {
|
||||
"name": "Multilevel Car Parking",
|
||||
"terms": "multistorey car park,parking garage,parkade,parking structure,parking ramp,parking deck,parking building,indoor parking"
|
||||
},
|
||||
"amenity/pharmacy": {
|
||||
"name": "Pharmacy",
|
||||
"terms": "apothecary,drug*,med*,prescription"
|
||||
@@ -7192,6 +7196,34 @@
|
||||
"description": "Orthofoto layer provided by basemap.at. \"Successor\" of geoimage.at imagery.",
|
||||
"name": "basemap.at Orthofoto"
|
||||
},
|
||||
"eufar-balaton": {
|
||||
"attribution": {
|
||||
"text": "EUFAR Balaton ortofotó 2010"
|
||||
},
|
||||
"description": "1940 geo-tagged photography from Balaton Limnological Institute.",
|
||||
"name": "EUFAR Balaton orthophotos"
|
||||
},
|
||||
"finds.jp_KBN_2500": {
|
||||
"attribution": {
|
||||
"text": "GSI KIBAN 2500"
|
||||
},
|
||||
"description": "GSI Kiban 2500 via finds.jp. Good for tracing, but a bit older.",
|
||||
"name": "Japan GSI KIBAN 2500"
|
||||
},
|
||||
"gsi.go.jp": {
|
||||
"attribution": {
|
||||
"text": "GSI Japan"
|
||||
},
|
||||
"description": "Japan GSI ortho Imagery. Usually better than bing, but a bit older.",
|
||||
"name": "Japan GSI ortho Imagery"
|
||||
},
|
||||
"gsi.go.jp_std_map": {
|
||||
"attribution": {
|
||||
"text": "GSI Japan"
|
||||
},
|
||||
"description": "Japan GSI Standard Map. Widely covered.",
|
||||
"name": "Japan GSI Standard Map"
|
||||
},
|
||||
"hike_n_bike": {
|
||||
"attribution": {
|
||||
"text": "© OpenStreetMap contributors"
|
||||
|
||||
Reference in New Issue
Block a user