mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 01:33:03 +00:00
Merge pull request #6275 from westnordost/presets-more-artwork-types
Add bust, graffiti and installation artwork type preset
This commit is contained in:
22
data/presets/presets/tourism/artwork/bust.json
Normal file
22
data/presets/presets/tourism/artwork/bust.json
Normal file
@@ -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"
|
||||
}
|
||||
26
data/presets/presets/tourism/artwork/graffiti.json
Normal file
26
data/presets/presets/tourism/artwork/graffiti.json
Normal file
@@ -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"
|
||||
}
|
||||
26
data/presets/presets/tourism/artwork/installation.json
Normal file
26
data/presets/presets/tourism/artwork/installation.json
Normal file
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user