forked from MapComplete/MapComplete
Add in a small hackerspace theme
This commit is contained in:
parent
725b4f35e1
commit
c15541eddb
2 changed files with 175 additions and 1 deletions
|
@ -1,10 +1,10 @@
|
|||
import BaseUIElement from "../BaseUIElement";
|
||||
import * as L from "leaflet";
|
||||
import {Map} from "leaflet";
|
||||
import {UIEventSource} from "../../Logic/UIEventSource";
|
||||
import Loc from "../../Models/Loc";
|
||||
import BaseLayer from "../../Models/BaseLayer";
|
||||
import AvailableBaseLayers from "../../Logic/Actors/AvailableBaseLayers";
|
||||
import {Map} from "leaflet";
|
||||
import {Utils} from "../../Utils";
|
||||
|
||||
export default class Minimap extends BaseUIElement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue