forked from MapComplete/MapComplete
Fix: tweaking addNewPoint-flow
This commit is contained in:
parent
63ffa11238
commit
d0e0abdece
8 changed files with 149 additions and 62 deletions
|
@ -31,14 +31,11 @@ export default interface LineRenderingConfigJson {
|
|||
*/
|
||||
lineCap?: "round" | "square" | "butt" | string | TagRenderingConfigJson
|
||||
|
||||
/**
|
||||
* Whether or not to fill polygons
|
||||
*/
|
||||
fill?: "yes" | "no" | TagRenderingConfigJson
|
||||
|
||||
/**
|
||||
* The color to fill a polygon with.
|
||||
* If undefined, this will be slightly more opaque version of the stroke line
|
||||
* If undefined, this will be slightly more opaque version of the stroke line.
|
||||
* Use '#00000000' to make the fill invisible
|
||||
*/
|
||||
fillColor?: string | TagRenderingConfigJson
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue