mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-06 21:17:55 +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}"
|
||||
}
|
||||
Reference in New Issue
Block a user