mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-31 04:09:33 +02:00
80ea090397
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
18 lines
264 B
JSON
18 lines
264 B
JSON
{
|
|
"icon": "maki-harbor",
|
|
"fields": [
|
|
"seamark/type"
|
|
],
|
|
"geometry": [
|
|
"point",
|
|
"vertex",
|
|
"line",
|
|
"area"
|
|
],
|
|
"tags": {
|
|
"seamark:type": "*"
|
|
},
|
|
"searchable": false,
|
|
"name": "Seamark"
|
|
}
|