forked from MapComplete/MapComplete
Add precise input method, enabled for public bookcases
This commit is contained in:
parent
42d0071b26
commit
315e2f7fd1
10 changed files with 318 additions and 64 deletions
|
@ -7,4 +7,6 @@ export default interface BaseLayer {
|
|||
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