forked from MapComplete/MapComplete
Reformat all files with prettier
This commit is contained in:
parent
e22d189376
commit
b541d3eab4
382 changed files with 50893 additions and 35566 deletions
|
@ -1,12 +1,12 @@
|
|||
import {TileLayer} from "leaflet";
|
||||
import { TileLayer } from "leaflet"
|
||||
|
||||
export default interface BaseLayer {
|
||||
id: string,
|
||||
name: string,
|
||||
layer: () => TileLayer,
|
||||
max_zoom: number,
|
||||
min_zoom: number;
|
||||
feature: any,
|
||||
isBest?: boolean,
|
||||
id: string
|
||||
name: string
|
||||
layer: () => TileLayer
|
||||
max_zoom: number
|
||||
min_zoom: number
|
||||
feature: any
|
||||
isBest?: boolean
|
||||
category?: "map" | "osmbasedmap" | "photo" | "historicphoto" | string
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue