create preset for 'Offshore Platform'
Some checks failed
Code Style Checks / Check file endings (push) Has been cancelled
Code Style Checks / Check for code formatting mistakes (push) Has been cancelled
Code Style Checks / Check for spelling errors (push) Has been cancelled

This commit is contained in:
Kyle Hensel 2025-09-09 21:23:56 +10:00
parent 12f0515143
commit 75602ecc0f
No known key found for this signature in database
GPG key ID: A6481E3E38D544EC
3 changed files with 59 additions and 0 deletions

View 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"
}
}
}

View 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"
}