forked from MapComplete/MapComplete
Documentation format imrovement
This commit is contained in:
parent
fb5f4f0d9e
commit
18eb696c23
1 changed files with 2 additions and 2 deletions
|
@ -23,13 +23,13 @@ Before proceeding, some warnings:
|
||||||
</ul>
|
</ul>
|
||||||
In the layer object, add a field <b>calculatedTags</b>, e.g.:
|
In the layer object, add a field <b>calculatedTags</b>, e.g.:
|
||||||
|
|
||||||
<div class="code">
|
\`\`\`
|
||||||
"calculatedTags": [
|
"calculatedTags": [
|
||||||
"_someKey=javascript-expression",
|
"_someKey=javascript-expression",
|
||||||
"name=feat.properties.name ?? feat.properties.ref ?? feat.properties.operator",
|
"name=feat.properties.name ?? feat.properties.ref ?? feat.properties.operator",
|
||||||
"_distanceCloserThen3Km=feat.distanceTo( some_lon, some_lat) < 3 ? 'yes' : 'no'"
|
"_distanceCloserThen3Km=feat.distanceTo( some_lon, some_lat) < 3 ? 'yes' : 'no'"
|
||||||
]
|
]
|
||||||
</div>
|
\`\`\`
|
||||||
|
|
||||||
The above code will be executed for every feature in the layer. The feature is accessible as <b>feat</b> and is an amended geojson object:
|
The above code will be executed for every feature in the layer. The feature is accessible as <b>feat</b> and is an amended geojson object:
|
||||||
- <b>area</b> contains the surface area (in square meters) of the object
|
- <b>area</b> contains the surface area (in square meters) of the object
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue