forked from MapComplete/MapComplete
Fix studio, add options for 'rotation' (see #2072)
This commit is contained in:
parent
def7523334
commit
39ce276c46
14 changed files with 190 additions and 54 deletions
|
@ -242,7 +242,9 @@ export interface LayerConfigJson {
|
|||
|
||||
/**
|
||||
* Creates points to render on the map.
|
||||
* This can render points for point-objects, lineobjects or areaobjects; use 'location' to indicate where it should be rendered
|
||||
* This can render points for point-objects, lineobjects or areaobjects; use 'location' to indicate where it should be rendered.
|
||||
*
|
||||
* Note that all attributes - including [the calculated tags](https://github.com/pietervdvn/MapComplete/blob/develop/Docs/CalculatedTags.md) can be used to create the markers and lines
|
||||
*
|
||||
* group: pointrendering
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue