forked from MapComplete/MapComplete
Add attribution script and some attributions
This commit is contained in:
parent
99b0f937b7
commit
0fea2c87cd
11 changed files with 223 additions and 8 deletions
|
@ -10,6 +10,9 @@ import Loc from "../../Models/Loc";
|
|||
import LeafletMap from "../../Models/LeafletMap";
|
||||
import * as L from "leaflet"
|
||||
|
||||
/**
|
||||
* The bottom right attribution panel in the leaflet map
|
||||
*/
|
||||
export default class Attribution extends UIElement {
|
||||
|
||||
private readonly _location: UIEventSource<Loc>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue