artwork ========= Diverse pieces of artwork ## Table of contents 1. [artwork](#artwork) * [Themes using this layer](#themes-using-this-layer) - [Basic tags for this layer](#basic-tags-for-this-layer) - [Supported attributes](#supported-attributes) + [images](#images) + [artwork-artwork_type](#artwork-artwork_type) + [artwork-artist_name](#artwork-artist_name) + [artwork-website](#artwork-website) + [artwork-wikidata](#artwork-wikidata) #### Themes using this layer - [artwork](https://mapcomplete.osm.be/artwork) - [personal](https://mapcomplete.osm.be/personal) [Go to the source code](../assets/layers/artwork/artwork.json) Basic tags for this layer --------------------------- Elements must have the all of following tags to be shown on this layer: - tourism=artwork Supported attributes ---------------------- **Warning** This quick overview is incomplete attribute | type | values which are supported by this layer ----------- | ------ | ------------------------------------------ [](https://taginfo.openstreetmap.org/keys/artwork_type#values) [artwork_type](https://wiki.openstreetmap.org/wiki/Key:artwork_type) | [string](../SpecialInputElements.md#string) | [architecture](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Darchitecture) [mural](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dmural) [painting](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dpainting) [sculpture](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dsculpture) [statue](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstatue) [bust](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dbust) [stone](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dstone) [installation](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dinstallation) [graffiti](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dgraffiti) [relief](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Drelief) [azulejo](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dazulejo) [tilework](https://wiki.openstreetmap.org/wiki/Tag:artwork_type%3Dtilework) [](https://taginfo.openstreetmap.org/keys/artist_name#values) [artist_name](https://wiki.openstreetmap.org/wiki/Key:artist_name) | [string](../SpecialInputElements.md#string) | [](https://taginfo.openstreetmap.org/keys/website#values) [website](https://wiki.openstreetmap.org/wiki/Key:website) | [url](../SpecialInputElements.md#url) | [](https://taginfo.openstreetmap.org/keys/wikidata#values) [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata) | [wikidata](../SpecialInputElements.md#wikidata) | ### images _This tagrendering has no question and is thus read-only_ ### artwork-artwork_type The question is **What is the type of this artwork?** This rendering asks information about the property [artwork_type](https://wiki.openstreetmap.org/wiki/Key:artwork_type) This is rendered with `This is a {artwork_type}` - **Architecture** corresponds with artwork_type=architecture - **Mural** corresponds with artwork_type=mural - **Painting** corresponds with artwork_type=painting - **Sculpture** corresponds with artwork_type=sculpture - **Statue** corresponds with artwork_type=statue - **Bust** corresponds with artwork_type=bust - **Stone** corresponds with artwork_type=stone - **Installation** corresponds with artwork_type=installation - **Graffiti** corresponds with artwork_type=graffiti - **Relief** corresponds with artwork_type=relief - **Azulejo (Spanish decorative tilework)** corresponds with artwork_type=azulejo - **Tilework** corresponds with artwork_type=tilework ### artwork-artist_name The question is **Which artist created this?** This rendering asks information about the property [artist_name](https://wiki.openstreetmap.org/wiki/Key:artist_name) This is rendered with `Created by {artist_name}` ### artwork-website The question is **Is there a website with more information about this artwork?** This rendering asks information about the property [website](https://wiki.openstreetmap.org/wiki/Key:website) This is rendered with `More information on this website` ### artwork-wikidata The question is **Which Wikidata-entry corresponds with this artwork?** This rendering asks information about the property [wikidata](https://wiki.openstreetmap.org/wiki/Key:wikidata) This is rendered with `Corresponds with {wikidata}` This document is autogenerated from [assets/layers/artwork/artwork.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/artwork/artwork.json)