mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
create preset for 'Offshore Platform'
This commit is contained in:
parent
12f0515143
commit
75602ecc0f
3 changed files with 59 additions and 0 deletions
14
data/fields/seamark/platform/category.json
Normal file
14
data/fields/seamark/platform/category.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"key": "seamark:platform:category",
|
||||
"type": "combo",
|
||||
"label": "Category",
|
||||
"strings": {
|
||||
"options": {
|
||||
"oil": "Oil Rig",
|
||||
"production": "Production Platform",
|
||||
"observation": "Observation/research platform",
|
||||
"fpso": "FPSO: Floating production, storage and off-loading vessel",
|
||||
"accommodation": "Accommodation Platform"
|
||||
}
|
||||
}
|
||||
}
|
||||
7
data/fields/seamark/radio_station/mmsi.json
Normal file
7
data/fields/seamark/radio_station/mmsi.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"key": "seamark:radio_station:mmsi",
|
||||
"type": "identifier",
|
||||
"urlFormat": "https://www.vesselfinder.com/vessels/details/{value}",
|
||||
"pattern": "^[0-9]{1,}$",
|
||||
"label": "MMSI"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue