mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Add tactile paving preset (close #6015)
This commit is contained in:
@@ -6615,6 +6615,11 @@ en:
|
||||
# shop=wine
|
||||
name: Wine Shop
|
||||
terms: '<translate with synonyms or related terms for ''Wine Shop'', separated by commas>'
|
||||
tactile_paving:
|
||||
# tactile_paving=*
|
||||
name: Tactile Paving
|
||||
# 'terms: blind path,detectable warning surfaces,tactile ground surface indicators,tactile walking surface indicators,truncated domes,visually impaired path'
|
||||
terms: '<translate with synonyms or related terms for ''Tactile Paving'', separated by commas>'
|
||||
tourism:
|
||||
# tourism=*
|
||||
name: Tourism
|
||||
|
||||
@@ -985,6 +985,7 @@
|
||||
"shop/wholesale": {"icon": "maki-warehouse", "fields": ["{shop}", "wholesale"], "geometry": ["point", "area"], "terms": ["warehouse club", "cash and carry"], "tags": {"shop": "wholesale"}, "name": "Wholesale Store"},
|
||||
"shop/window_blind": {"icon": "temaki-window", "geometry": ["point", "area"], "tags": {"shop": "window_blind"}, "name": "Window Blind Store"},
|
||||
"shop/wine": {"icon": "maki-alcohol-shop", "geometry": ["point", "area"], "tags": {"shop": "wine"}, "name": "Wine Shop"},
|
||||
"tactile_paving": {"icon": "temaki-blind", "fields": ["colour", "description"], "geometry": ["vertex", "point", "line", "area"], "tags": {"tactile_paving": "*"}, "matchScore": 0.25, "terms": ["blind path", "detectable warning surfaces", "tactile ground surface indicators", "tactile walking surface indicators", "truncated domes", "visually impaired path"], "name": "Tactile Paving"},
|
||||
"tourism/alpine_hut": {"icon": "maki-lodging", "fields": ["name", "operator", "address", "building_area", "internet_access", "fee"], "moreFields": ["payment_multi", "internet_access/fee", "internet_access/ssid", "website", "phone", "email", "fax", "wheelchair"], "geometry": ["point", "area"], "terms": ["climbing hut"], "tags": {"tourism": "alpine_hut"}, "name": "Alpine Hut"},
|
||||
"tourism/apartment": {"icon": "maki-lodging", "fields": ["name", "operator", "address", "building_area", "rooms", "internet_access"], "moreFields": ["smoking", "payment_multi", "internet_access/fee", "internet_access/ssid", "website", "phone", "email", "fax", "wheelchair"], "geometry": ["point", "area"], "tags": {"tourism": "apartment"}, "name": "Guest Apartment / Condo"},
|
||||
"tourism/aquarium": {"icon": "maki-aquarium", "fields": ["name", "operator", "address", "building_area", "opening_hours"], "moreFields": ["fee", "payment_multi", "smoking", "website", "phone", "email", "fax", "wheelchair"], "geometry": ["point", "area"], "terms": ["fish", "sea", "water"], "tags": {"tourism": "aquarium"}, "name": "Aquarium"},
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"icon": "temaki-blind",
|
||||
"fields": [
|
||||
"colour",
|
||||
"description"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"tactile_paving": "*"
|
||||
},
|
||||
"matchScore": 0.25,
|
||||
"terms": [
|
||||
"blind path",
|
||||
"detectable warning surfaces",
|
||||
"tactile ground surface indicators",
|
||||
"tactile walking surface indicators",
|
||||
"truncated domes",
|
||||
"visually impaired path"
|
||||
],
|
||||
"name": "Tactile Paving"
|
||||
}
|
||||
+1
-1
@@ -940,6 +940,7 @@
|
||||
{"key": "shop", "value": "wholesale", "description": "🄿 Wholesale Store", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/warehouse-15.svg?sanitize=true"},
|
||||
{"key": "shop", "value": "window_blind", "description": "🄿 Window Blind Store", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/window.svg?sanitize=true"},
|
||||
{"key": "shop", "value": "wine", "description": "🄿 Wine Shop", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/alcohol-shop-15.svg?sanitize=true"},
|
||||
{"key": "tactile_paving", "description": "🄿 Tactile Paving, 🄵 Tactile Paving", "object_types": ["node", "way", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/blind.svg?sanitize=true"},
|
||||
{"key": "tourism", "value": "alpine_hut", "description": "🄿 Alpine Hut", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/lodging-15.svg?sanitize=true"},
|
||||
{"key": "tourism", "value": "apartment", "description": "🄿 Guest Apartment / Condo", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/lodging-15.svg?sanitize=true"},
|
||||
{"key": "tourism", "value": "aquarium", "description": "🄿 Aquarium", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/aquarium-15.svg?sanitize=true"},
|
||||
@@ -1540,7 +1541,6 @@
|
||||
{"key": "switch", "value": "circuit_breaker", "description": "🄵 Type"},
|
||||
{"key": "switch", "value": "disconnector", "description": "🄵 Type"},
|
||||
{"key": "switch", "value": "earthing", "description": "🄵 Type"},
|
||||
{"key": "tactile_paving", "description": "🄵 Tactile Paving"},
|
||||
{"key": "takeaway", "value": "yes", "description": "🄵 Takeaway"},
|
||||
{"key": "takeaway", "value": "no", "description": "🄵 Takeaway"},
|
||||
{"key": "takeaway", "value": "only", "description": "🄵 Takeaway"},
|
||||
|
||||
Vendored
+4
@@ -7850,6 +7850,10 @@
|
||||
"name": "Wine Shop",
|
||||
"terms": ""
|
||||
},
|
||||
"tactile_paving": {
|
||||
"name": "Tactile Paving",
|
||||
"terms": "blind path,detectable warning surfaces,tactile ground surface indicators,tactile walking surface indicators,truncated domes,visually impaired path"
|
||||
},
|
||||
"tourism/alpine_hut": {
|
||||
"name": "Alpine Hut",
|
||||
"terms": "climbing hut"
|
||||
|
||||
Reference in New Issue
Block a user