mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Replace field "site_type" with "archaeological_site", closes #677
also closes #680, closes #681, closes #682
This commit is contained in:
parent
f264732295
commit
f2eef8e72b
4 changed files with 10 additions and 6 deletions
5
data/fields/archaeological_site.json
Normal file
5
data/fields/archaeological_site.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "archaeological_site",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"key": "site_type",
|
||||
"type": "combo",
|
||||
"label": "Site Type"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue