mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Add unsearchable junction=jughandle preset
This commit is contained in:
@@ -4311,6 +4311,9 @@ en:
|
||||
# junction=yes
|
||||
name: Junction
|
||||
terms: '<translate with synonyms or related terms for ''Junction'', separated by commas>'
|
||||
junction/jughandle:
|
||||
# junction=jughandle
|
||||
name: Jughandle
|
||||
landuse:
|
||||
# landuse=*
|
||||
name: Land Use
|
||||
|
||||
@@ -490,6 +490,7 @@
|
||||
"historic/wreck": {"icon": "temaki-ruins", "fields": ["name", "access_simple", "seamark/wreck/category", "historic/wreck/date_sunk", "historic/wreck/visible_at_low_tide", "historic/wreck/visible_at_high_tide"], "moreFields": ["seamark/type"], "geometry": ["point", "area"], "tags": {"historic": "wreck"}, "addTags": {"historic": "wreck", "seamark:type": "wreck"}, "removeTags": {"historic": "wreck", "seamark:type": "wreck"}, "terms": ["hull", "mast", "maritime", "remains", "ship", "boat"], "name": "Shipwreck"},
|
||||
"internet_access/wlan": {"icon": "fas-wifi", "geometry": ["point", "area"], "fields": ["internet_access/fee", "internet_access/ssid"], "terms": ["wi-fi", "wifi", "hotspot"], "tags": {"internet_access": "wlan"}, "matchScore": 0.25, "name": "Wi-Fi Hotspot"},
|
||||
"junction": {"icon": "temaki-junction", "fields": ["name"], "geometry": ["vertex", "area"], "tags": {"junction": "yes"}, "name": "Junction"},
|
||||
"junction/jughandle": {"geometry": ["vertex", "line"], "fields": ["name"], "tags": {"junction": "jughandle"}, "name": "Jughandle", "searchable": false},
|
||||
"landuse/basin": {"icon": "maki-water", "fields": ["name", "basin", "intermittent_yes"], "geometry": ["area"], "tags": {"landuse": "basin"}, "name": "Basin", "searchable": false},
|
||||
"landuse/farm": {"icon": "maki-farm", "fields": ["name", "operator", "crop"], "geometry": ["point", "area"], "tags": {"landuse": "farm"}, "name": "Farmland", "searchable": false},
|
||||
"landuse/pond": {"icon": "maki-water", "fields": ["name", "intermittent"], "geometry": ["area"], "tags": {"landuse": "pond"}, "name": "Pond", "searchable": false},
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"geometry": [
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"fields": [
|
||||
"name"
|
||||
],
|
||||
"tags": {
|
||||
"junction": "jughandle"
|
||||
},
|
||||
"name": "Jughandle",
|
||||
"searchable": false
|
||||
}
|
||||
+1
-1
@@ -472,6 +472,7 @@
|
||||
{"key": "historic", "value": "wreck", "description": "🄿 Shipwreck", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/ruins.svg?sanitize=true"},
|
||||
{"key": "internet_access", "value": "wlan", "description": "🄿 Wi-Fi Hotspot, 🄵 Internet Access", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/openstreetmap/iD/master/svg/fontawesome/fas-wifi.svg?sanitize=true"},
|
||||
{"key": "junction", "value": "yes", "description": "🄿 Junction", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/bhousel/temaki/master/icons/junction.svg?sanitize=true"},
|
||||
{"key": "junction", "value": "jughandle", "description": "🄿 Jughandle (unsearchable), 🄵 Junction", "object_types": ["node", "way"]},
|
||||
{"key": "landuse", "value": "basin", "description": "🄿 Basin (unsearchable)", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/water-15.svg?sanitize=true"},
|
||||
{"key": "landuse", "value": "farm", "description": "🄿 Farmland (unsearchable)", "object_types": ["node", "area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/farm-15.svg?sanitize=true"},
|
||||
{"key": "landuse", "value": "pond", "description": "🄿 Pond (unsearchable)", "object_types": ["area"], "icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/water-15.svg?sanitize=true"},
|
||||
@@ -1304,7 +1305,6 @@
|
||||
{"key": "internet_access", "value": "terminal", "description": "🄵 Internet Access"},
|
||||
{"key": "internet_access:fee", "description": "🄵 Internet Access Fee"},
|
||||
{"key": "internet_access:ssid", "description": "🄵 SSID (Network Name)"},
|
||||
{"key": "junction", "value": "jughandle", "description": "🄵 Junction"},
|
||||
{"key": "junction:ref", "description": "🄵 Junction Number"},
|
||||
{"key": "kerb", "description": "🄵 Curb"},
|
||||
{"key": "label", "description": "🄵 Label"},
|
||||
|
||||
Vendored
+4
@@ -5870,6 +5870,10 @@
|
||||
"name": "Junction",
|
||||
"terms": ""
|
||||
},
|
||||
"junction/jughandle": {
|
||||
"name": "Jughandle",
|
||||
"terms": ""
|
||||
},
|
||||
"landuse/basin": {
|
||||
"name": "Basin",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user