mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
Add bust, graffiti and installation artwork type preset
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user