forked from MapComplete/MapComplete
Add more background layers, add default background id option in the layout configuration, fix #64, #65
This commit is contained in:
parent
62cc392cfd
commit
66ce783f20
10 changed files with 58 additions and 45 deletions
|
@ -3,10 +3,8 @@ import {TileLayer} from "leaflet";
|
|||
export interface BaseLayer {
|
||||
id: string,
|
||||
name: string,
|
||||
attribution_url: string,
|
||||
layer: TileLayer,
|
||||
max_zoom: number,
|
||||
min_zoom: number;
|
||||
feature: any,
|
||||
attribution?: string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue