Merge branch 'master' of github.com:pietervdvn/MapComplete
This commit is contained in:
commit
e411421cb8
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
@ -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(';')\`
|
||||
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(';')`
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue