Fix studio, add options for 'rotation' (see #2072)

This commit is contained in:
Pieter Vander Vennet 2024-08-11 19:54:37 +02:00
parent def7523334
commit 39ce276c46
14 changed files with 190 additions and 54 deletions

View file

@ -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
*/