mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 05:13:50 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
21
data/presets/seamark/beacon_isolated_danger.json
Normal file
21
data/presets/seamark/beacon_isolated_danger.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"seamark/beacon_isolated_danger/shape",
|
||||
"seamark/type"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"beacon isolated danger",
|
||||
"isolated danger beacon",
|
||||
"iala"
|
||||
],
|
||||
"tags": {
|
||||
"seamark:type": "beacon_isolated_danger"
|
||||
},
|
||||
"name": "Danger Beacon"
|
||||
}
|
||||
27
data/presets/seamark/beacon_lateral.json
Normal file
27
data/presets/seamark/beacon_lateral.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"seamark/beacon_lateral/colour",
|
||||
"seamark/beacon_lateral/category",
|
||||
"seamark/beacon_lateral/shape",
|
||||
"seamark/beacon_lateral/system",
|
||||
"seamark/type"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"lateral beacon",
|
||||
"beacon lateral",
|
||||
"cevni",
|
||||
"channel marker",
|
||||
"iala",
|
||||
"lateral mark"
|
||||
],
|
||||
"tags": {
|
||||
"seamark:type": "beacon_lateral"
|
||||
},
|
||||
"name": "Channel Beacon"
|
||||
}
|
||||
28
data/presets/seamark/buoy_lateral.json
Normal file
28
data/presets/seamark/buoy_lateral.json
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"icon": "temaki-buoy",
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"seamark/buoy_lateral/colour",
|
||||
"seamark/buoy_lateral/category",
|
||||
"seamark/buoy_lateral/shape",
|
||||
"seamark/buoy_lateral/system",
|
||||
"seamark/type"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"lateral buoy",
|
||||
"buoy lateral",
|
||||
"cevni",
|
||||
"channel marker",
|
||||
"iala",
|
||||
"lateral mark"
|
||||
],
|
||||
"tags": {
|
||||
"seamark:type": "buoy_lateral"
|
||||
},
|
||||
"name": "Channel Buoy"
|
||||
}
|
||||
20
data/presets/seamark/buoy_lateral/green.json
Normal file
20
data/presets/seamark/buoy_lateral/green.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"icon": "temaki-buoy",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"lateral buoy",
|
||||
"buoy lateral",
|
||||
"cevni",
|
||||
"channel marker",
|
||||
"iala",
|
||||
"lateral mark"
|
||||
],
|
||||
"tags": {
|
||||
"seamark:type": "buoy_lateral",
|
||||
"seamark:buoy_lateral:colour": "green"
|
||||
},
|
||||
"name": "Green Buoy"
|
||||
}
|
||||
20
data/presets/seamark/buoy_lateral/red.json
Normal file
20
data/presets/seamark/buoy_lateral/red.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"icon": "temaki-buoy",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"terms": [
|
||||
"lateral buoy",
|
||||
"buoy lateral",
|
||||
"cevni",
|
||||
"channel marker",
|
||||
"iala",
|
||||
"lateral mark"
|
||||
],
|
||||
"tags": {
|
||||
"seamark:type": "buoy_lateral",
|
||||
"seamark:buoy_lateral:colour": "red"
|
||||
},
|
||||
"name": "Red Buoy"
|
||||
}
|
||||
23
data/presets/seamark/mooring.json
Normal file
23
data/presets/seamark/mooring.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"icon": "temaki-horn_cleat",
|
||||
"fields": [
|
||||
"ref",
|
||||
"operator",
|
||||
"seamark/mooring/category",
|
||||
"seamark/type"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"terms": [
|
||||
"dolphin",
|
||||
"pile",
|
||||
"bollard",
|
||||
"buoy",
|
||||
"post"
|
||||
],
|
||||
"tags": {
|
||||
"seamark:type": "mooring"
|
||||
},
|
||||
"name": "Mooring"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue