mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
add preset for wi-fi hotspots
This commit is contained in:
@@ -3585,6 +3585,11 @@ en:
|
||||
# historic=wayside_shrine
|
||||
name: Wayside Shrine
|
||||
terms: '<translate with synonyms or related terms for ''Wayside Shrine'', separated by commas>'
|
||||
internet_access/wlan:
|
||||
# internet_access=wlan
|
||||
name: Wi-Fi Hotspot
|
||||
# 'terms: wi-fi,wifi,hotspot'
|
||||
terms: '<translate with synonyms or related terms for ''Wi-Fi Hotspot'', separated by commas>'
|
||||
junction:
|
||||
# junction=yes
|
||||
name: Junction
|
||||
|
||||
@@ -414,6 +414,7 @@
|
||||
"historic/tomb": {"icon": "maki-cemetery", "fields": ["name", "tomb", "building_area", "inscription"], "geometry": ["point", "area"], "tags": {"historic": "tomb"}, "name": "Tomb"},
|
||||
"historic/wayside_cross": {"icon": "maki-religious-christian", "fields": ["name", "inscription"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "wayside_cross"}, "name": "Wayside Cross"},
|
||||
"historic/wayside_shrine": {"icon": "maki-landmark", "fields": ["name", "religion", "denomination", "inscription"], "geometry": ["point", "vertex", "area"], "tags": {"historic": "wayside_shrine"}, "name": "Wayside Shrine"},
|
||||
"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"}, "name": "Wi-Fi Hotspot"},
|
||||
"junction": {"icon": "temaki-junction", "fields": ["name"], "geometry": ["vertex", "area"], "tags": {"junction": "yes"}, "name": "Junction"},
|
||||
"landuse": {"fields": ["name", "landuse"], "geometry": ["area"], "tags": {"landuse": "*"}, "matchScore": 0.9, "name": "Land Use"},
|
||||
"landuse/farm": {"icon": "maki-farm", "fields": ["name", "operator", "crop"], "geometry": ["point", "area"], "tags": {"landuse": "farm"}, "terms": [], "name": "Farmland", "searchable": false},
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "fas-wifi",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"internet_access/fee",
|
||||
"internet_access/ssid"
|
||||
],
|
||||
"terms": [
|
||||
"wi-fi",
|
||||
"wifi",
|
||||
"hotspot"
|
||||
],
|
||||
"tags": {
|
||||
"internet_access": "wlan"
|
||||
},
|
||||
"name": "Wi-Fi Hotspot"
|
||||
}
|
||||
+7
-5
@@ -2779,6 +2779,13 @@
|
||||
"object_types": ["node", "area"],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/landmark-15.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",
|
||||
@@ -6611,11 +6618,6 @@
|
||||
"description": "Internet Access"
|
||||
},
|
||||
{"key": "internet_access", "value": "no", "description": "Internet Access"},
|
||||
{
|
||||
"key": "internet_access",
|
||||
"value": "wlan",
|
||||
"description": "Internet Access"
|
||||
},
|
||||
{
|
||||
"key": "internet_access",
|
||||
"value": "wired",
|
||||
|
||||
Vendored
+4
@@ -4585,6 +4585,10 @@
|
||||
"name": "Wayside Shrine",
|
||||
"terms": ""
|
||||
},
|
||||
"internet_access/wlan": {
|
||||
"name": "Wi-Fi Hotspot",
|
||||
"terms": "wi-fi,wifi,hotspot"
|
||||
},
|
||||
"junction": {
|
||||
"name": "Junction",
|
||||
"terms": ""
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
<svg aria-hidden="true" data-prefix="fas" data-icon="wifi" class="svg-inline--fa fa-wifi fa-w-20" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M384 416c0 35.346-28.654 64-64 64s-64-28.654-64-64c0-35.346 28.654-64 64-64s64 28.654 64 64zm136.659-124.443c6.465-6.465 6.245-17.065-.564-23.167-113.793-101.985-286.526-101.869-400.19 0-6.809 6.102-7.029 16.702-.564 23.167l34.006 34.006c5.927 5.927 15.464 6.32 21.769.796 82.88-72.609 207.074-72.447 289.768 0 6.305 5.524 15.842 5.132 21.769-.796l34.006-34.006zm112.11-113.718c6.385-6.385 6.254-16.816-.35-22.973-175.768-163.86-449.134-163.8-624.837 0-6.604 6.157-6.735 16.589-.35 22.973l33.966 33.966c6.095 6.095 15.891 6.231 22.224.383 144.763-133.668 368.356-133.702 513.156 0 6.333 5.848 16.129 5.712 22.224-.383l33.967-33.966z"></path></svg>
|
||||
|
After Width: | Height: | Size: 842 B |
Reference in New Issue
Block a user