mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
7
data/fields/building/flats.json
Normal file
7
data/fields/building/flats.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"key": "building:flats",
|
||||
"type": "number",
|
||||
"minValue": 0,
|
||||
"label": "Units",
|
||||
"placeholder": "2, 4, 6, 8..."
|
||||
}
|
||||
7
data/fields/building/levels.json
Normal file
7
data/fields/building/levels.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"key": "building:levels",
|
||||
"type": "number",
|
||||
"minValue": 0,
|
||||
"label": "Levels",
|
||||
"placeholder": "2, 4, 6..."
|
||||
}
|
||||
10
data/fields/building/levels/underground.json
Normal file
10
data/fields/building/levels/underground.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"key": "building:levels:underground",
|
||||
"type": "number",
|
||||
"minValue": 0,
|
||||
"label": "Underground Levels",
|
||||
"placeholder": "2, 4, 6...",
|
||||
"terms": [
|
||||
"basement levels"
|
||||
]
|
||||
}
|
||||
11
data/fields/building/levels_building.json
Normal file
11
data/fields/building/levels_building.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"key": "building:levels",
|
||||
"type": "number",
|
||||
"minValue": 0,
|
||||
"label": "Building Levels",
|
||||
"placeholder": "2, 4, 6...",
|
||||
"prerequisiteTag": {
|
||||
"key": "building",
|
||||
"valueNot": "no"
|
||||
}
|
||||
}
|
||||
5
data/fields/building/material.json
Normal file
5
data/fields/building/material.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "building:material",
|
||||
"type": "combo",
|
||||
"label": "Material"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue