forked from MapComplete/MapComplete
refactoring: more state splitting, basic layoutFeatureSource
This commit is contained in:
parent
8e2f04c0d0
commit
b94a8f5745
54 changed files with 1067 additions and 1969 deletions
|
@ -7,8 +7,6 @@ export interface MapProperties {
|
|||
readonly zoom: UIEventSource<number>
|
||||
readonly bounds: Store<BBox>
|
||||
readonly rasterLayer: UIEventSource<RasterLayerPolygon | undefined>
|
||||
|
||||
readonly maxbounds: UIEventSource<undefined | BBox>
|
||||
|
||||
readonly allowMoving: UIEventSource<true | boolean>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue