forked from MapComplete/MapComplete
Fix: redraw line layers on background change
This commit is contained in:
parent
a83499614d
commit
6e5fcdef20
7 changed files with 281 additions and 306 deletions
|
@ -13,7 +13,6 @@ export interface MapProperties {
|
|||
readonly allowMoving: UIEventSource<true | boolean>
|
||||
readonly allowRotating: UIEventSource<true | boolean>
|
||||
readonly lastClickLocation: Store<{ lon: number; lat: number }>
|
||||
|
||||
readonly allowZooming: UIEventSource<true | boolean>
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue