mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-11 01:07:47 +02:00
add hidden preset for man_made=yes
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"tags": {
|
||||
"man_made": "*"
|
||||
},
|
||||
"matchScore": 0.95,
|
||||
"matchScore": 0.4,
|
||||
"searchable": false,
|
||||
"name": "Man Made Feature"
|
||||
}
|
||||
|
||||
@@ -14,5 +14,5 @@
|
||||
],
|
||||
"name": "Barrier (Unspecified Type)",
|
||||
"searchable": false,
|
||||
"matchScore": 0.45
|
||||
"matchScore": 0.5
|
||||
}
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "temaki-storage_tank",
|
||||
"fields": [
|
||||
"name",
|
||||
"man_made",
|
||||
"{man_made}"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "yes"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"searchable": false,
|
||||
"name": "Man Made Feature (Unspecified Type)"
|
||||
}
|
||||
@@ -7786,6 +7786,9 @@ en:
|
||||
name: Factory
|
||||
# 'terms: assembly,build,brewery,car,plant,plastic,processing,manufacture,refinery'
|
||||
terms: <translate with synonyms or related terms for 'Factory', separated by commas>
|
||||
man_made/yes:
|
||||
# man_made=yes | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Man Made Feature (Unspecified Type)
|
||||
marker:
|
||||
# marker=* | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Marker
|
||||
|
||||
Reference in New Issue
Block a user