forked from MapComplete/MapComplete
UX: fix #2257 , clearer UI for splitting a road
This commit is contained in:
parent
8be5ecb85a
commit
c667f384c7
8 changed files with 135 additions and 40 deletions
|
@ -41,6 +41,7 @@ export default class PointRenderingConfig extends WithContextLoader {
|
|||
"end",
|
||||
"projected_centerpoint",
|
||||
"polygon_centroid",
|
||||
"waypoints"
|
||||
])
|
||||
public readonly location: Set<
|
||||
| "point"
|
||||
|
@ -49,6 +50,7 @@ export default class PointRenderingConfig extends WithContextLoader {
|
|||
| "end"
|
||||
| "projected_centerpoint"
|
||||
| "polygon_centroid"
|
||||
| "waypoints"
|
||||
| string
|
||||
>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue