mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-15 13:38:02 +02:00
allow advertising presets as a line & add message field (#785)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "message",
|
||||
"type": "combo",
|
||||
"label": "Message"
|
||||
}
|
||||
@@ -9,10 +9,12 @@
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"height"
|
||||
"height",
|
||||
"message"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "poster_box"
|
||||
|
||||
@@ -7,10 +7,12 @@
|
||||
"moreFields": [
|
||||
"access_simple",
|
||||
"direction",
|
||||
"height"
|
||||
"height",
|
||||
"message"
|
||||
],
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"line"
|
||||
],
|
||||
"tags": {
|
||||
"advertising": "totem"
|
||||
|
||||
Reference in New Issue
Block a user