mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-20 15:34:41 +02:00
fix presets with dupliate ids
* merge duplicate barrier=ditch presets * give unique ids to alternate "point geometry" presets for natural=wood and landuse=industrial
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"icon": "maki-roadblock",
|
||||
"geometry": [
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"barrier": "ditch"
|
||||
},
|
||||
"name": "Ditch",
|
||||
"searchable": false
|
||||
}
|
||||
@@ -1,12 +1,17 @@
|
||||
{
|
||||
"icon": "temaki-trench",
|
||||
"geometry": [
|
||||
"line",
|
||||
"area"
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"barrier": "ditch"
|
||||
},
|
||||
"name": "Trench",
|
||||
"aliases": [
|
||||
"Ditch"
|
||||
],
|
||||
"terms": [
|
||||
"ha-ha"
|
||||
],
|
||||
"matchScore": 0.25
|
||||
}
|
||||
|
||||
@@ -13,5 +13,6 @@
|
||||
"natural": "wood"
|
||||
},
|
||||
"searchable": false,
|
||||
"matchScore": 1.1,
|
||||
"name": "{natural/wood}"
|
||||
}
|
||||
@@ -6830,8 +6830,9 @@ en:
|
||||
# 'terms: bicycle barrier,bicycling barrier,bike gates,cycling barrier'
|
||||
terms: <translate with synonyms or related terms for 'Cycle Barrier', separated by commas>
|
||||
barrier/ditch:
|
||||
# barrier=ditch | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
# barrier=ditch | Ditch | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Trench
|
||||
# 'terms: ha-ha'
|
||||
terms: <translate with synonyms or related terms for 'Trench', separated by commas>
|
||||
barrier/entrance:
|
||||
# barrier=entrance | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
@@ -8509,6 +8510,8 @@ en:
|
||||
terms: <translate with synonyms or related terms for 'Industrial Area', separated by commas>
|
||||
landuse/industrial/brewery:
|
||||
# industrial=brewery | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
landuse/industrial/industrial_point:
|
||||
# landuse=industrial | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
landuse/industrial/scrap_yard:
|
||||
# industrial=scrap_yard | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Scrap Yard
|
||||
@@ -9869,6 +9872,8 @@ en:
|
||||
name: Natural Wood
|
||||
# 'terms: boreal,forest,forrest,taiga,tree,trees,woodlands,woods'
|
||||
terms: <translate with synonyms or related terms for 'Natural Wood', separated by commas>
|
||||
natural/wood_point:
|
||||
# natural=wood | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
network/type/node_network-DE-NL-BE-LU:
|
||||
# network:type=node_network | Translate the primary name. Optionally, add equivalent synonyms on newlines in order of preference (press the Return key).
|
||||
name: Recreational Network Node
|
||||
|
||||
Reference in New Issue
Block a user