diff --git a/data/presets/presets/advertising/billboard.json b/data/presets/presets/advertising/billboard.json index 04fde78ed..fb11fb3a9 100644 --- a/data/presets/presets/advertising/billboard.json +++ b/data/presets/presets/advertising/billboard.json @@ -1,8 +1,15 @@ { "icon": "temaki-billboard", "fields": [ + "operator", + "lit", + "support", + "visibility" + ], + "moreFields": [ + "access_simple", "direction", - "lit" + "height" ], "geometry": [ "point", @@ -13,4 +20,4 @@ "advertising": "billboard" }, "name": "Billboard" -} +} \ No newline at end of file diff --git a/data/presets/presets/advertising/board.json b/data/presets/presets/advertising/board.json index e04623ad6..32745a6af 100644 --- a/data/presets/presets/advertising/board.json +++ b/data/presets/presets/advertising/board.json @@ -1,7 +1,13 @@ { "fields": [ + "operator", "lit", "support", + "visibility" + ], + "moreFields": [ + "access_simple", + "direction", "height" ], "geometry": [ @@ -11,4 +17,4 @@ "advertising": "board" }, "name": "Notice Board" -} +} \ No newline at end of file diff --git a/data/presets/presets/advertising/column.json b/data/presets/presets/advertising/column.json index 7d893a91c..b516c0eba 100644 --- a/data/presets/presets/advertising/column.json +++ b/data/presets/presets/advertising/column.json @@ -1,7 +1,13 @@ { "icon": "temaki-storage_tank", "fields": [ - "lit" + "operator", + "lit", + "visibility" + ], + "moreFields": [ + "access_simple", + "height" ], "geometry": [ "point", @@ -11,4 +17,4 @@ "advertising": "column" }, "name": "Advertising Column" -} +} \ No newline at end of file diff --git a/data/presets/presets/advertising/poster_box.json b/data/presets/presets/advertising/poster_box.json index c93c32dea..694b4816a 100644 --- a/data/presets/presets/advertising/poster_box.json +++ b/data/presets/presets/advertising/poster_box.json @@ -1,6 +1,13 @@ { "fields": [ + "operator", "lit", + "support", + "visibility" + ], + "moreFields": [ + "access_simple", + "direction", "height" ], "geometry": [ @@ -10,4 +17,4 @@ "advertising": "poster_box" }, "name": "Poster Box" -} +} \ No newline at end of file diff --git a/data/presets/presets/advertising/totem.json b/data/presets/presets/advertising/totem.json index c4d7e09b0..021a107c1 100644 --- a/data/presets/presets/advertising/totem.json +++ b/data/presets/presets/advertising/totem.json @@ -2,7 +2,10 @@ "fields": [ "operator", "lit", - "visibility", + "visibility" + ], + "moreFields": [ + "access_simple", "direction", "height" ], @@ -13,4 +16,4 @@ "advertising": "totem" }, "name": "Advertising Totem" -} +} \ No newline at end of file