mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-26 09:57:50 +02:00
18 lines
475 B
JSON
18 lines
475 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|