Merge develop

This commit is contained in:
Pieter Vander Vennet 2024-02-21 19:17:42 +01:00
commit 7c5170da15
193 changed files with 4011 additions and 4462 deletions

View file

@ -38,10 +38,16 @@ export default class PointRenderingConfig extends WithContextLoader {
"start",
"end",
"projected_centerpoint",
"polygon_centroid"
"polygon_centroid",
])
public readonly location: Set<
"point" | "centroid" | "start" | "end" | "projected_centerpoint" | "polygon_centroid" | string
| "point"
| "centroid"
| "start"
| "end"
| "projected_centerpoint"
| "polygon_centroid"
| string
>
public readonly marker: IconConfig[]