Add bust, graffiti and installation artwork type preset

This commit is contained in:
Tobias Zwick
2019-04-30 23:26:20 +02:00
parent 76e2948088
commit a36c746b56
3 changed files with 74 additions and 0 deletions
@@ -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"
}
@@ -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"
}
@@ -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"
}