Add attribution script and some attributions

This commit is contained in:
Pieter Vander Vennet 2021-04-07 01:32:39 +02:00
parent 99b0f937b7
commit 0fea2c87cd
11 changed files with 223 additions and 8 deletions

View file

@ -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>;