mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 03:36:37 +02:00
Remove standalone tactile_paving preset (close #6791)
This commit is contained in:
@@ -7641,11 +7641,6 @@ en:
|
||||
# shop=wine
|
||||
name: Wine Shop
|
||||
terms: '<translate with synonyms or related terms for ''Wine Shop'', separated by commas>'
|
||||
tactile_paving:
|
||||
# tactile_paving=yes
|
||||
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>'
|
||||
telecom/data_center:
|
||||
# telecom=data_center
|
||||
name: Data Center
|
||||
|
||||
@@ -1126,7 +1126,6 @@
|
||||
"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": "yes"}, "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"},
|
||||
"telecom/data_center": {"icon": "fas-server", "fields": ["name", "ref", "operator", "building_area"], "moreFields": ["address", "phone", "website"], "geometry": ["point", "area"], "tags": {"telecom": "data_center"}, "terms": ["computer systems storage", "information technology", "server farm", "the cloud", "telecommunications"], "name": "Data Center"},
|
||||
"tourism/alpine_hut": {"icon": "maki-lodging", "fields": ["name", "operator", "address", "building_area", "internet_access", "internet_access/fee", "fee", "payment_multi_fee", "charge_fee"], "moreFields": ["email", "fax", "internet_access/ssid", "phone", "reservation", "website", "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", "internet_access/fee"], "moreFields": ["building/levels_building", "height_building", "email", "fax", "internet_access/ssid", "payment_multi", "phone", "reservation", "smoking", "website", "wheelchair"], "geometry": ["point", "area"], "tags": {"tourism": "apartment"}, "name": "Guest Apartment / Condo"},
|
||||
|
||||
@@ -1,26 +0,0 @@
|
||||
{
|
||||
"icon": "temaki-blind",
|
||||
"fields": [
|
||||
"colour",
|
||||
"description"
|
||||
],
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"point",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"tactile_paving": "yes"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
@@ -1063,7 +1063,6 @@
|
||||
{"key": "shop", "value": "wholesale", "description": "🄿 Wholesale Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/warehouse-15.svg"},
|
||||
{"key": "shop", "value": "window_blind", "description": "🄿 Window Blind Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/window.svg"},
|
||||
{"key": "shop", "value": "wine", "description": "🄿 Wine Shop", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/alcohol-shop-15.svg"},
|
||||
{"key": "tactile_paving", "value": "yes", "description": "🄿 Tactile Paving", "object_types": ["node", "way", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/bhousel/temaki/icons/blind.svg"},
|
||||
{"key": "telecom", "value": "data_center", "description": "🄿 Data Center", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD/svg/fontawesome/fas-server.svg"},
|
||||
{"key": "tourism", "value": "alpine_hut", "description": "🄿 Alpine Hut", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/lodging-15.svg"},
|
||||
{"key": "tourism", "value": "apartment", "description": "🄿 Guest Apartment / Condo", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/lodging-15.svg"},
|
||||
|
||||
Vendored
-4
@@ -9320,10 +9320,6 @@
|
||||
"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"
|
||||
},
|
||||
"telecom/data_center": {
|
||||
"name": "Data Center",
|
||||
"terms": "computer systems storage,information technology,server farm,the cloud,telecommunications"
|
||||
|
||||
Reference in New Issue
Block a user