mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-11-05 01:03:53 +01:00
Merge branch 'openstreetmap:main' into temp
This commit is contained in:
commit
e7c3b75f14
12 changed files with 256 additions and 10 deletions
|
|
@ -16,7 +16,8 @@
|
|||
"lit"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "drinking_water"
|
||||
|
|
|
|||
|
|
@ -3,6 +3,10 @@
|
|||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"{building}",
|
||||
"house"
|
||||
],
|
||||
"tags": {
|
||||
"building": "house"
|
||||
},
|
||||
|
|
|
|||
17
data/presets/building/house/_detached.json
Normal file
17
data/presets/building/house/_detached.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-home",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "house",
|
||||
"house": "detached"
|
||||
},
|
||||
"reference": {
|
||||
"key": "house",
|
||||
"value": "detached"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "{building/detached}",
|
||||
"searchable": false
|
||||
}
|
||||
17
data/presets/building/house/_semi-detached.json
Normal file
17
data/presets/building/house/_semi-detached.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "maki-home",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "house",
|
||||
"house": "semi-detached"
|
||||
},
|
||||
"reference": {
|
||||
"key": "house",
|
||||
"value": "semi-detached"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "{building/semidetached_house}",
|
||||
"searchable": false
|
||||
}
|
||||
17
data/presets/building/house/_terrace.json
Normal file
17
data/presets/building/house/_terrace.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"icon": "temaki-row_houses",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "house",
|
||||
"house": "terrace"
|
||||
},
|
||||
"reference": {
|
||||
"key": "house",
|
||||
"value": "terrace"
|
||||
},
|
||||
"matchScore": 0.5,
|
||||
"name": "{building/terrace}",
|
||||
"searchable": false
|
||||
}
|
||||
29
data/presets/building/house/terraced.json
Normal file
29
data/presets/building/house/terraced.json
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"icon": "temaki-row_houses",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"building": "house",
|
||||
"house": "terraced"
|
||||
},
|
||||
"reference": {
|
||||
"key": "house",
|
||||
"value": "terraced"
|
||||
},
|
||||
"terms": [
|
||||
"brownstone",
|
||||
"dwelling",
|
||||
"family",
|
||||
"home",
|
||||
"residence",
|
||||
"row home",
|
||||
"terrace",
|
||||
"townhome"
|
||||
],
|
||||
"matchScore": 0.5,
|
||||
"name": "Townhouse",
|
||||
"aliases": [
|
||||
"Row House"
|
||||
]
|
||||
}
|
||||
|
|
@ -7,13 +7,16 @@
|
|||
"building": "terrace"
|
||||
},
|
||||
"terms": [
|
||||
"home",
|
||||
"terrace",
|
||||
"brownstone",
|
||||
"dwelling",
|
||||
"family",
|
||||
"home",
|
||||
"residence",
|
||||
"dwelling"
|
||||
"row home",
|
||||
"row house",
|
||||
"terrace",
|
||||
"townhome"
|
||||
],
|
||||
"matchScore": 0.5,
|
||||
"name": "Row Houses"
|
||||
"name": "Row of Townhouses"
|
||||
}
|
||||
|
|
|
|||
19
data/presets/man_made/milk_churn_stand.json
Normal file
19
data/presets/man_made/milk_churn_stand.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"icon": "temaki-milk_jug",
|
||||
"fields": [
|
||||
"material"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"creamery stand",
|
||||
"milk can stand",
|
||||
"milk stand"
|
||||
],
|
||||
"tags": {
|
||||
"man_made": "milk_churn_stand"
|
||||
},
|
||||
"name": "Milk Churn Stand"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue