Docs: fix multiline issues in docs

This commit is contained in:
Pieter Vander Vennet 2024-08-25 01:47:49 +02:00
parent 0c4d81916f
commit d875dffe1c
284 changed files with 484 additions and 19532 deletions

View file

@ -2,16 +2,8 @@
# osm_community_index
A layer showing the OpenStreetMap Communities
- This layer is shown at zoomlevel **0** and higher
- <img src='../warning.svg' height='1rem'/>
@ -19,8 +11,6 @@ This layer is loaded from an external source, namely
`https://raw.githubusercontent.com/pietervdvn/MapComplete-data/main/community_index/tile_{z}_{x}_{y}.geojson`
## Table of contents
1. [Themes using this layer](#themes-using-this-layer)
@ -34,13 +24,9 @@ This layer is loaded from an external source, namely
## Themes using this layer
- [osm_community_index](https://mapcomplete.org/osm_community_index)
- [personal](https://mapcomplete.org/personal)
## Basic tags for this layer
Elements must match the expression **resources~.+**
@ -49,8 +35,6 @@ Elements must match the expression **resources~.+**
## Supported attributes
### country_name
The name of the country
_This tagrendering has no question and is thus read-only_
@ -58,7 +42,6 @@ _This tagrendering has no question and is thus read-only_
This tagrendering is only visible in the popup if the following condition is met: <a href='https://wiki.openstreetmap.org/wiki/Key:level' target='_blank'>level</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:level%3Dcountry' target='_blank'>country</a>
### community_links
Community Links (Discord, meetups, Slack groups, IRC channels, mailing lists etc...)
_This tagrendering has no question and is thus read-only_
@ -66,87 +49,49 @@ _This tagrendering has no question and is thus read-only_
This tagrendering is only visible in the popup if the following condition is met: _community_links~.+
### leftover-questions
_This tagrendering has no question and is thus read-only_
*{questions( ,)}*
### lod
_This tagrendering has no question and is thus read-only_
*{linked_data_from_website()}*
This tagrendering has labels
`added_by_default`
## Filters
| id | question | osmTags |
-----|-----|----- |
| country.0 | Country | level=country |
| id | question | osmTags |
-----|-----|----- |
| sub_country.0 | Sub Country Group | level=subcountryGroup |
| id | question | osmTags |
-----|-----|----- |
| region.0 | Region | level=region |
| id | question | osmTags |
-----|-----|----- |
| intermediate_region.0 | Intermediate Region | level=intermediateRegion |
| id | question | osmTags |
-----|-----|----- |
| territory.0 | Territory | level=territory |
| id | question | osmTags |
-----|-----|----- |
| world.0 | World | level=world |
| id | question | osmTags |
-----|-----|----- |
| other.0 | Other Communities | level= |
This document is autogenerated from [assets/layers/osm_community_index/osm_community_index.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/osm_community_index/osm_community_index.json)