mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 13:53:52 +01:00
create preset for 'Offshore Platform'
This commit is contained in:
parent
449fae4304
commit
37251709d2
3 changed files with 61 additions and 0 deletions
40
data/presets/seamark/offshore_platform.json
Normal file
40
data/presets/seamark/offshore_platform.json
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"icon": "maki-harbor",
|
||||
"fields": [
|
||||
"name",
|
||||
"seamark/platform/category",
|
||||
"seamark/radio_station/mmsi"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"seamark:type": "platform"
|
||||
},
|
||||
"addTags": {
|
||||
"seamark:type": "platform",
|
||||
"man_made": "offshore_platform"
|
||||
},
|
||||
"removeTags": {
|
||||
"seamark:type": "*",
|
||||
"man_made": "offshore_platform"
|
||||
},
|
||||
"terms": [
|
||||
"bore",
|
||||
"drilling rig",
|
||||
"drilling rig",
|
||||
"offshore platform",
|
||||
"oil derrick",
|
||||
"oil drill",
|
||||
"oil horse",
|
||||
"oil pump",
|
||||
"oil rig",
|
||||
"oil rig",
|
||||
"petroleum well",
|
||||
"platform",
|
||||
"pumpjack"
|
||||
],
|
||||
"name": "Offshore Platform"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue