forked from MapComplete/MapComplete
Lots of refactoring, first version of the import helper
This commit is contained in:
parent
612b8136ad
commit
3402ac0954
54 changed files with 1104 additions and 315 deletions
|
@ -19,10 +19,13 @@ export interface MinimapOptions {
|
|||
|
||||
export interface MinimapObj {
|
||||
readonly leafletMap: UIEventSource<any>,
|
||||
readonly location: UIEventSource<Loc>;
|
||||
readonly bounds: UIEventSource<BBox>;
|
||||
|
||||
installBounds(factor: number | BBox, showRange?: boolean): void
|
||||
|
||||
TakeScreenshot(): Promise<any>;
|
||||
|
||||
}
|
||||
|
||||
export default class Minimap {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue