mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
Initial commit
This commit is contained in:
commit
bf95421f65
1906 changed files with 55742 additions and 0 deletions
23
data/presets/advertising/billboard.json
Normal file
23
data/presets/advertising/billboard.json
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"icon": "temaki-billboard",
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"support",
|
||||
"visibility"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "billboard"
|
||||
},
|
||||
"name": "Billboard"
|
||||
}
|
||||
37
data/presets/advertising/board.json
Normal file
37
data/presets/advertising/board.json
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"icon": "temaki-bulletin_board",
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"support",
|
||||
"visibility"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "board"
|
||||
},
|
||||
"terms": [
|
||||
"advertising",
|
||||
"announcements",
|
||||
"blackboard",
|
||||
"bulletin board",
|
||||
"bulletinboard",
|
||||
"cork board",
|
||||
"corkboard",
|
||||
"fliers",
|
||||
"flyers",
|
||||
"noticeboard",
|
||||
"pin board",
|
||||
"pinboard",
|
||||
"sign",
|
||||
"whiteboard"
|
||||
],
|
||||
"name": "Notice Board"
|
||||
}
|
||||
20
data/presets/advertising/column.json
Normal file
20
data/presets/advertising/column.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"icon": "temaki-storage_tank",
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"visibility"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "column"
|
||||
},
|
||||
"name": "Advertising Column"
|
||||
}
|
||||
21
data/presets/advertising/poster_box.json
Normal file
21
data/presets/advertising/poster_box.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"icon": "temaki-poster_box",
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"support",
|
||||
"visibility"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "poster_box"
|
||||
},
|
||||
"name": "Poster Box"
|
||||
}
|
||||
19
data/presets/advertising/totem.json
Normal file
19
data/presets/advertising/totem.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"fields": [
|
||||
"operator",
|
||||
"lit",
|
||||
"visibility"
|
||||
],
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"height"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "totem"
|
||||
},
|
||||
"name": "Advertising Totem"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue