forked from MapComplete/MapComplete
Add overrie capabilities
This commit is contained in:
parent
66018cb421
commit
93a16944a3
7 changed files with 113 additions and 41 deletions
|
@ -38,7 +38,6 @@ export default class UpdateFromOverpass implements FeatureSource{
|
|||
location: UIEventSource<Loc>,
|
||||
layoutToUse: UIEventSource<LayoutConfig>,
|
||||
leafletMap: UIEventSource<L.Map>) {
|
||||
console.log("Crating overpass updater")
|
||||
this._location = location;
|
||||
this._layoutToUse = layoutToUse;
|
||||
this._leafletMap = leafletMap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue