mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-03-03 01:43:45 +00:00
add presets for building=allotment_house and building=outhouse (#528)
building=outbuilding is popular, but this is fueled by imports from PRG in Poland, not an organic growth (at least as of 2022-07), so this unspecific value is unsearchable
This commit is contained in:
committed by
GitHub
parent
4d264c3efc
commit
4181cd2e21
12
data/presets/building/_outbuilding.json
Normal file
12
data/presets/building/_outbuilding.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"icon": "maki-building",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "outbuilding"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "Outbuilding",
|
||||
"searchable": false
|
||||
}
|
||||
11
data/presets/building/allotment_house.json
Normal file
11
data/presets/building/allotment_house.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"icon": "maki-building",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "allotment_house"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "Allotment House"
|
||||
}
|
||||
Reference in New Issue
Block a user