Skip to content

Instantly share code, notes, and snippets.

@govvin
Last active April 18, 2022 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save govvin/392393ddd18277a9c54c8002375136de to your computer and use it in GitHub Desktop.
Save govvin/392393ddd18277a9c54c8002375136de to your computer and use it in GitHub Desktop.
MaPinkMurals. A MapComplete theme for adding #KakamPink murals on OpenStreetMap.
{
"id": "mapinkmurals",
"title": {
"en": "Mapping #Kakampink Murals in PH"
},
"shortDescription": {
"en": "Mapping artworks by #Kakampink volunteers"
},
"description": {
"en": "This map makes it easy to add #Kakampink artwork, and photos, in the public space, especially murals. "
},
"language": [
"en"
],
"maintainer": "",
"icon": "https://upload.wikimedia.org/wikipedia/commons/e/ec/Color_icon_pink.svg",
"version": "0",
"startLat": 14.63506,
"startLon": 121.07402,
"startZoom": 13,
"widenFactor": 0.05,
"socialImage": "",
"layers": [
{
"id": "kakampink_mural",
"name": {
"en": "Kakampink Murals in Public Spaces"
},
"minzoom": 12,
"overpassTags": {
"and": [
"artwork_type=mural",
{
"or": [
"subject:wikidata=Q6761357",
"subject:wikidata=Q984265",
"subject:wikidata=Q6761357;Q984265",
"subject:wikidata=Q984265;Q6761357"
]
}
]
},
"title": {
"render": {
"en": "Mural"
},
"condition": {
"or": []
}
},
"description": {
"en": "This layer shows the location of #Kakampink murals."
},
"tagRenderings": [
"images",
{
"question": {
"en": "Who is depicted in the mural?"
},
"freeform": {
"addExtraTags": [],
"key": "subject:wikidata",
"type": "string"
},
"mappings": [
{
"if": {
"and": [
"subject:wikidata=Q6761357"
]
},
"then": {
"en": "Leni Robredo only"
}
},
{
"if": {
"and": [
"subject:wikidata=Q984265"
]
},
"then": {
"en": "Kiko Pangilinan only."
}
},
{
"if": {
"and": [
"subject:wikidata=Q6761357;Q984265"
]
},
"then": {
"en": "Both, Leni Robredo & Kiko Pangilinan."
}
}
],
"render": {
"en": "This mural's wikidata subject is {subject:wikidata}."
},
"condition": {
"or": []
}
},
{
"question": {
"en": "Who are the artists?"
},
"freeform": {
"key": "artist_name"
},
"render": {
"en": "The artists: {artist_name}"
},
"mappings": [
{
"if": {
"and": []
},
"then": {
"en": "Information is unavailable."
}
}
]
},
{
"question": {
"en": "Where is it located?"
},
"freeform": {
"key": "location"
},
"render": {
"en": "It is located {location}."
},
"mappings": [
{
"if": {
"and": [
"location=outdoor"
]
},
"then": {
"en": "Outdoor."
}
},
{
"if": {
"and": [
"location=indoor"
]
},
"then": {
"en": "Indoor"
}
},
{
"if": {
"and": []
},
"then": {
"en": "Information is unavailable."
}
}
]
},
{
"question": {
"en": "Do you have a URL link to the image?"
},
"render": {
"en": "{image}"
},
"freeform": {
"key": "image",
"type": "url"
},
"mappings": [
{
"if": {
"and": []
},
"then": {
"en": "No photo has been linked to this artwork."
}
}
]
},
{
"render": {
"en": "Artwork is called: {name}"
},
"question": {
"en": "What is the name of the artwork, if any?"
},
"freeform": {
"key": "name"
},
"mappings": [
{
"if": {
"and": []
},
"then": {
"en": "Information is unavailable."
}
}
]
},
{
"question": {
"en": "What are the inscribed text in the mural, if any?"
},
"render": {
"en": "Inscription: {inscription}"
},
"freeform": {
"key": "inscription"
},
"mappings": [
{
"if": {
"and": []
},
"then": {
"en": "Information is unavailable."
}
}
]
}
],
"hideUnderlayingFeaturesMinPercentage": 0,
"icon": {
"render": "https://upload.wikimedia.org/wikipedia/commons/a/ae/Emoji_u1f338.svg",
"condition": {
"and": [
"artwork_type=mural",
{
"and": [
"subject:wikidata~Q6761357",
"subject:wikidata~Q984265"
]
}
]
}
},
"width": {
"render": "8"
},
"iconSize": {
"render": "40,40,center"
},
"color": {
"render": "#00f"
},
"presets": [
{
"tags": [
"tourism=artwork",
"artwork_type=mural",
"subject:wikidata=Q6761357",
"location="
],
"title": {
"en": "Kakampink Mural - Leni only"
},
"description": {
"en": "A Kakampink mural in a public space"
}
},
{
"tags": [
"tourism=artwork",
"artwork_type=mural",
"subject:wikidata=Q984265",
"location="
],
"title": {
"en": "Kakampink mural - Kiko only"
},
"description": {
"en": "A Kakampink mural in a public space"
}
},
{
"tags": [
"tourism=artwork",
"artwork_type=mural",
"subject:wikidata=Q6761357;Q984265",
"location="
],
"title": {
"en": "Kakampink mural - Leni & Kiko"
},
"description": {
"en": "A Kakampink mural in a public space"
}
}
],
"wayHandling": 1
}
],
"roamingRenderings": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment