mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
Add preset for cemetery=sector (#517)
Also added fields for: * `sector:name` * a dedicated `ref` field labeled 'Section Number'
This commit is contained in:
parent
70bdfb5d11
commit
6f790960fb
3 changed files with 38 additions and 0 deletions
5
data/fields/ref_sector.json
Normal file
5
data/fields/ref_sector.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "ref",
|
||||
"type": "text",
|
||||
"label": "Section Number"
|
||||
}
|
||||
6
data/fields/sector/name.json
Normal file
6
data/fields/sector/name.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"key": "sector:name",
|
||||
"type": "text",
|
||||
"label": "Name",
|
||||
"placeholder": "Dedicated name (if any)"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue