mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
5
data/fields/plant/method.json
Normal file
5
data/fields/plant/method.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "plant:method",
|
||||
"type": "combo",
|
||||
"label": "Generation Method"
|
||||
}
|
||||
7
data/fields/plant/output/electricity.json
Normal file
7
data/fields/plant/output/electricity.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"key": "plant:output:electricity",
|
||||
"type": "typeCombo",
|
||||
"label": "Power Output",
|
||||
"placeholder": "500 MW, 1000 MW, 2000 MW...",
|
||||
"snake_case": false
|
||||
}
|
||||
5
data/fields/plant/source.json
Normal file
5
data/fields/plant/source.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "plant:source",
|
||||
"type": "combo",
|
||||
"label": "Energy Source"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue