From 7dbe09ef45ad23149e859bf9edcc71bccf9d605a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= Date: Tue, 11 May 2021 10:08:51 +0200 Subject: [PATCH 1/3] Fix link to Tags_format.md --- Docs/Making_Your_Own_Theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/Making_Your_Own_Theme.md b/Docs/Making_Your_Own_Theme.md index 148b17eb8..0a1cca965 100644 --- a/Docs/Making_Your_Own_Theme.md +++ b/Docs/Making_Your_Own_Theme.md @@ -80,7 +80,7 @@ Every field is documented in the source code itself - you can find them here: - [The top level `LayoutConfig`](https://github.com/pietervdvn/MapComplete/blob/master/Customizations/JSON/LayoutConfigJson.ts) - [A layer object `LayerConfig`](https://github.com/pietervdvn/MapComplete/blob/master/Customizations/JSON/LayerConfigJson.ts) - [The `TagRendering`](https://github.com/pietervdvn/MapComplete/blob/master/Customizations/JSON/TagRenderingConfigJson.ts) -- At last, the exact semantics of tags is documented [here](Docs/Tags_format.md) +- At last, the exact semantics of tags is documented [here](Tags_format.md) ### MetaTags From c28a37b379001e3b8bc350e098489aa6d3e7db0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= Date: Tue, 11 May 2021 10:17:31 +0200 Subject: [PATCH 2/3] Fix link to URL_Parameters.md --- Docs/CalculatedTags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/CalculatedTags.md b/Docs/CalculatedTags.md index d04b32a63..0861ff76d 100644 --- a/Docs/CalculatedTags.md +++ b/Docs/CalculatedTags.md @@ -5,7 +5,7 @@ Metatags are extra tags available, in order to display more data or to give bett The are calculated automatically on every feature when the data arrives in the webbrowser. This document gives an overview of the available metatags. -**Hint:** when using metatags, add the \[query parameter\](URL\_Parameters.md) \`debug=true\` to the URL. This will include a box in the popup for features which shows all the properties of the object +**Hint:** when using metatags, add the [query parameter](URL\_Parameters.md) `debug=true` to the URL. This will include a box in the popup for features which shows all the properties of the object ### \_lat, \_lon From cd356dad2435db0f86d2b9d8b3d2322e21bcef0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCrten?= Date: Tue, 11 May 2021 10:23:18 +0200 Subject: [PATCH 3/3] Fix code highlighting in CalculatedTags.md --- Docs/CalculatedTags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/CalculatedTags.md b/Docs/CalculatedTags.md index 0861ff76d..0918fc28d 100644 --- a/Docs/CalculatedTags.md +++ b/Docs/CalculatedTags.md @@ -88,4 +88,4 @@ Given either a list of geojson features or a single layer name, gives the single ### memberships -Gives a list of {role: string, relation: Relation}-objects, containing all the relations that this feature is part of. For example: \`\_part\_of\_walking\_routes=feat.memberships().map(r => r.relation.tags.name).join(';')\` \ No newline at end of file +Gives a list of {role: string, relation: Relation}-objects, containing all the relations that this feature is part of. For example: `_part_of_walking_routes=feat.memberships().map(r => r.relation.tags.name).join(';')`