mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-23 20:40:21 +01:00
Adds universal Seamark type field to Seamark preset Adds Category, Colour, Shape, and System fields to buoy and Channel Beacon presets Adds Shape field to Danger Beacon preset Adds Category field to Mooring preset
14 lines
269 B
JSON
14 lines
269 B
JSON
{
|
|
"key": "seamark:beacon_lateral:system",
|
|
"type": "combo",
|
|
"label": "System",
|
|
"strings": {
|
|
"options": {
|
|
"iala-a": "IALA A",
|
|
"iala-b": "IALA B",
|
|
"cevni": "CEVNI",
|
|
"other": "Other"
|
|
}
|
|
}
|
|
}
|