mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-08-14 07:10:20 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "seamark:beacon_isolated_danger:shape",
|
||||
"type": "combo",
|
||||
"label": "Shape"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"key": "seamark:beacon_lateral:category",
|
||||
"type": "combo",
|
||||
"label": "Category",
|
||||
"strings": {
|
||||
"options": {
|
||||
"port": "Port",
|
||||
"starboard": "Starboard",
|
||||
"waterway_left":"Waterway Left",
|
||||
"waterway_right":"Waterway Right",
|
||||
"danger_left":"Danger Left",
|
||||
"danger_right":"Danger Right"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"key": "seamark:beacon_lateral:colour",
|
||||
"type": "combo",
|
||||
"label": "Color",
|
||||
"strings": {
|
||||
"options": {
|
||||
"red": "Red",
|
||||
"green": "Green",
|
||||
"grey": "Grey"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "seamark:beacon_lateral:shape",
|
||||
"type": "combo",
|
||||
"label": "Shape"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"key": "seamark:beacon_lateral:system",
|
||||
"type": "combo",
|
||||
"label": "System",
|
||||
"strings": {
|
||||
"options": {
|
||||
"iala-a": "IALA A",
|
||||
"iala-b": "IALA B",
|
||||
"cevni": "CEVNI",
|
||||
"other": "Other"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"key": "seamark:buoy_lateral:category",
|
||||
"type": "combo",
|
||||
"label": "Category",
|
||||
"strings": {
|
||||
"options": {
|
||||
"port": "Port",
|
||||
"starboard": "Starboard",
|
||||
"channel_left":"Channel Left",
|
||||
"channel_right":"Channel Right",
|
||||
"waterway_left":"Waterway Left",
|
||||
"waterway_right":"Waterway Right",
|
||||
"danger_left":"Danger Left",
|
||||
"danger_right":"Danger Right",
|
||||
"preferred_channel_port":"Preferred Channel Port",
|
||||
"preferred_channel_starboard":"Preferred Channel Starboard"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "seamark:buoy_lateral:colour",
|
||||
"type": "combo",
|
||||
"label": "Color",
|
||||
"strings": {
|
||||
"options": {
|
||||
"red": "Red",
|
||||
"green": "Green",
|
||||
"red;white;red;white": "Red-White-Red-White",
|
||||
"green;white;green;white":"Green-White-Green-White",
|
||||
"red;green;red":"Red-Green-Red",
|
||||
"green;red;green":"Green-Red-Green",
|
||||
"white":"White",
|
||||
"yellow":"Yellow"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "seamark:buoy_lateral:shape",
|
||||
"type": "combo",
|
||||
"label": "Shape"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"key": "seamark:buoy_lateral:system",
|
||||
"type": "combo",
|
||||
"label": "System",
|
||||
"strings": {
|
||||
"options": {
|
||||
"iala-a": "IALA A",
|
||||
"iala-b": "IALA B",
|
||||
"cevni": "CEVNI",
|
||||
"other": "Other"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "seamark:mooring:category",
|
||||
"type": "combo",
|
||||
"label": "Category"
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"key": "seamark:type",
|
||||
"type": "combo",
|
||||
"label": "Seamark",
|
||||
"terms": [
|
||||
"marine"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "seamark:wreck:category",
|
||||
"type": "combo",
|
||||
"label": "Category"
|
||||
}
|
||||
Reference in New Issue
Block a user