diff --git a/data/presets/presets/tourism/artwork/bust.json b/data/presets/presets/tourism/artwork/bust.json new file mode 100644 index 000000000..f6f02462e --- /dev/null +++ b/data/presets/presets/tourism/artwork/bust.json @@ -0,0 +1,22 @@ +{ + "icon": "maki-art-gallery", + "fields": [ + "name", + "artist", + "material" + ], + "geometry": [ + "point", "vertex" + ], + "tags": { + "tourism": "artwork", + "artwork_type": "bust" + }, + "reference": { + "key": "artwork_type" + }, + "terms": [ + "figure" + ], + "name": "Bust" +} diff --git a/data/presets/presets/tourism/artwork/graffiti.json b/data/presets/presets/tourism/artwork/graffiti.json new file mode 100644 index 000000000..bee56d6b1 --- /dev/null +++ b/data/presets/presets/tourism/artwork/graffiti.json @@ -0,0 +1,26 @@ +{ + "icon": "maki-art-gallery", + "fields": [ + "name", + "artist" + ], + "geometry": [ + "point", + "vertex", + "line", + "area" + ], + "tags": { + "tourism": "artwork", + "artwork_type": "graffiti" + }, + "reference": { + "key": "artwork_type" + }, + "terms": [ + "Street Artwork", + "Guerilla Artwork", + "Graffiti Artwork" + ], + "name": "Graffiti" +} diff --git a/data/presets/presets/tourism/artwork/installation.json b/data/presets/presets/tourism/artwork/installation.json new file mode 100644 index 000000000..2824a3538 --- /dev/null +++ b/data/presets/presets/tourism/artwork/installation.json @@ -0,0 +1,26 @@ +{ + "icon": "maki-art-gallery", + "fields": [ + "name", + "artist" + ], + "geometry": [ + "point", + "vertex", + "line", + "area" + ], + "tags": { + "tourism": "artwork", + "artwork_type": "installation" + }, + "reference": { + "key": "artwork_type" + }, + "terms": [ + "interactive art", + "intervention art", + "modern art" + ], + "name": "Art Installation" +}