{ "id": "osm_community_index", "name": { "en": "OSM Community Index", "de": "OSM-Community-Index" }, "title": { "render": { "en": "OSM Community Index", "de": "OSM-Community-Index" } }, "source": { "geoJson": "https://raw.githubusercontent.com/pietervdvn/MapComplete-data/main/community_index/tile_{z}_{x}_{y}.geojson", "geoJsonZoomLevel": 6, "osmTags": "resources~*", "isOsmCache": false }, "calculatedTags": [ "_community_links=Object.values(JSON.parse(feat.properties.resources || '{}')).map(value =>{return value.resolved.nameHTML + '
 ' + value.resolved.descriptionHTML}).join('
')" ], "tagRenderings": [ { "id": "country_name", "condition": "level=country", "render": "{nameEn} {emojiFlag}", "description": "The name of the country" }, { "id": "community_links", "render": "{_community_links}", "condition": "_community_links~*", "description": "Community Links (Discord, meetups, Slack groups, IRC channels, mailing lists etc...)" } ], "mapRendering": [ { "icon": { "render": "pin:#6BC4F7;./assets/layers/osm_community_index/osm.svg" }, "iconSize": "40,40,bottom", "location": [ "point" ] }, { "color": "#444444", "width": { "render": "1" } } ], "filter": [ { "id": "country", "options": [ { "question": { "en": "Country", "de": "Land", "nl": "Land" }, "osmTags": "level=country" } ] }, { "id": "sub_country", "options": [ { "question": { "en": "Sub Country Group", "de": "Regionale Gruppe" }, "osmTags": "level=subcountryGroup" } ] }, { "id": "region", "options": [ { "question": { "en": "Region", "de": "Region", "nl": "Regio" }, "osmTags": "level=region" } ] }, { "id": "intermediate_region", "options": [ { "question": { "en": "Intermediate Region", "de": "Mittlere Region" }, "osmTags": "level=intermediateRegion" } ] }, { "id": "territory", "options": [ { "question": { "en": "Territory", "de": "Gebiet" }, "osmTags": "level=territory" } ] }, { "id": "world", "options": [ { "question": { "en": "World", "de": "Welt", "nl": "Wereld" }, "osmTags": "level=world" } ] }, { "id": "other", "options": [ { "question": { "en": "Other Communities", "de": "Andere Communities" }, "osmTags": "level=" } ] } ], "description": { "en": "A layer showing the OpenStreetMap Communities", "de": "Eine Ebene aller OpenStreetMap-Communities" } }