From a36c746b56a52323802d7ace2b1074741fba210b Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Tue, 30 Apr 2019 23:26:20 +0200 Subject: [PATCH 1/3] Add bust, graffiti and installation artwork type preset --- .../presets/presets/tourism/artwork/bust.json | 22 ++++++++++++++++ .../presets/tourism/artwork/graffiti.json | 26 +++++++++++++++++++ .../presets/tourism/artwork/installation.json | 26 +++++++++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 data/presets/presets/tourism/artwork/bust.json create mode 100644 data/presets/presets/tourism/artwork/graffiti.json create mode 100644 data/presets/presets/tourism/artwork/installation.json 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..ad813e01c --- /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": [ + "graffiti", + "Street Artwork", + "Guerilla Artwork" + ], + "name": "Graffiti Artwork" +} diff --git a/data/presets/presets/tourism/artwork/installation.json b/data/presets/presets/tourism/artwork/installation.json new file mode 100644 index 000000000..c8669bb20 --- /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": "Installation Artwork" +} From 6a59a8c1f65a567d90e1a67aa64544633dcfd32b Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Wed, 1 May 2019 00:09:36 +0200 Subject: [PATCH 2/3] change name to Installation Art --- data/presets/presets/tourism/artwork/installation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/presets/presets/tourism/artwork/installation.json b/data/presets/presets/tourism/artwork/installation.json index c8669bb20..2824a3538 100644 --- a/data/presets/presets/tourism/artwork/installation.json +++ b/data/presets/presets/tourism/artwork/installation.json @@ -22,5 +22,5 @@ "intervention art", "modern art" ], - "name": "Installation Artwork" + "name": "Art Installation" } From 250df5b6a84d98e3a24c891ccf075a7178f887c3 Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Wed, 1 May 2019 11:12:44 +0200 Subject: [PATCH 3/3] use "Graffiti" instead of "Graffiti Artwork" as name --- data/presets/presets/tourism/artwork/graffiti.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/presets/presets/tourism/artwork/graffiti.json b/data/presets/presets/tourism/artwork/graffiti.json index ad813e01c..bee56d6b1 100644 --- a/data/presets/presets/tourism/artwork/graffiti.json +++ b/data/presets/presets/tourism/artwork/graffiti.json @@ -18,9 +18,9 @@ "key": "artwork_type" }, "terms": [ - "graffiti", "Street Artwork", - "Guerilla Artwork" + "Guerilla Artwork", + "Graffiti Artwork" ], - "name": "Graffiti Artwork" + "name": "Graffiti" }