mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Make many toplevel generic presets not serachable (closes #2744)
This is to prevent users from accidentally adding e.g. `highway=yes`
This commit is contained in:
+2
-2
@@ -2227,8 +2227,8 @@ en:
|
||||
terms: "<translate with synonyms or related terms for 'Junction', separated by commas>"
|
||||
landuse:
|
||||
# 'landuse=*'
|
||||
name: Landuse
|
||||
terms: "<translate with synonyms or related terms for 'Landuse', separated by commas>"
|
||||
name: Land Use
|
||||
terms: "<translate with synonyms or related terms for 'Land Use', separated by commas>"
|
||||
landuse/allotments:
|
||||
# landuse=allotments
|
||||
name: Allotments
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
"funifor",
|
||||
"funitel"
|
||||
],
|
||||
"searchable": false,
|
||||
"name": "Aerialway"
|
||||
},
|
||||
"aerialway/cable_car": {
|
||||
@@ -187,6 +188,7 @@
|
||||
"tags": {
|
||||
"aeroway": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Aeroway"
|
||||
},
|
||||
"aeroway/aerodrome": {
|
||||
@@ -3848,6 +3850,7 @@
|
||||
"tags": {
|
||||
"highway": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Highway"
|
||||
},
|
||||
"highway/bridleway": {
|
||||
@@ -4753,7 +4756,7 @@
|
||||
"tags": {
|
||||
"landuse": "*"
|
||||
},
|
||||
"name": "Landuse"
|
||||
"name": "Land Use"
|
||||
},
|
||||
"landuse/allotments": {
|
||||
"geometry": [
|
||||
@@ -6622,6 +6625,7 @@
|
||||
"tags": {
|
||||
"place": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Place"
|
||||
},
|
||||
"place/city": {
|
||||
@@ -6791,6 +6795,7 @@
|
||||
"fields": [
|
||||
"power"
|
||||
],
|
||||
"searchable": false,
|
||||
"name": "Power"
|
||||
},
|
||||
"power/generator": {
|
||||
@@ -6936,6 +6941,7 @@
|
||||
"tags": {
|
||||
"railway": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Railway"
|
||||
},
|
||||
"railway/abandoned": {
|
||||
@@ -9948,6 +9954,7 @@
|
||||
"tags": {
|
||||
"waterway": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Waterway"
|
||||
},
|
||||
"waterway/canal": {
|
||||
|
||||
@@ -15,5 +15,6 @@
|
||||
"funifor",
|
||||
"funitel"
|
||||
],
|
||||
"searchable": false,
|
||||
"name": "Aerialway"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,5 +12,6 @@
|
||||
"tags": {
|
||||
"aeroway": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Aeroway"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,5 +11,6 @@
|
||||
"tags": {
|
||||
"highway": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Highway"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,5 +8,5 @@
|
||||
"tags": {
|
||||
"landuse": "*"
|
||||
},
|
||||
"name": "Landuse"
|
||||
"name": "Land Use"
|
||||
}
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
"leisure": "*"
|
||||
},
|
||||
"name": "Leisure"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,4 +12,4 @@
|
||||
"man_made": "*"
|
||||
},
|
||||
"name": "Man Made"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
"natural": "*"
|
||||
},
|
||||
"name": "Natural"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,5 +10,6 @@
|
||||
"tags": {
|
||||
"place": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Place"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,5 +11,6 @@
|
||||
"fields": [
|
||||
"power"
|
||||
],
|
||||
"searchable": false,
|
||||
"name": "Power"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,5 +11,6 @@
|
||||
"tags": {
|
||||
"railway": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Railway"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,5 +11,6 @@
|
||||
"tags": {
|
||||
"waterway": "*"
|
||||
},
|
||||
"searchable": false,
|
||||
"name": "Waterway"
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -2524,7 +2524,7 @@
|
||||
"terms": ""
|
||||
},
|
||||
"landuse": {
|
||||
"name": "Landuse",
|
||||
"name": "Land Use",
|
||||
"terms": ""
|
||||
},
|
||||
"landuse/allotments": {
|
||||
|
||||
Reference in New Issue
Block a user