forked from MapComplete/MapComplete
Typing and refactoring of FilteredLayer
This commit is contained in:
parent
649b273b97
commit
e16a210ee1
4 changed files with 27 additions and 18 deletions
|
@ -76,9 +76,9 @@ export class LayerDefinition {
|
|||
weight?: number,
|
||||
icon: {
|
||||
iconUrl: string,
|
||||
iconSize?: number[],
|
||||
popupAnchor?: number[],
|
||||
iconAnchor?: number[]
|
||||
iconSize?: [number, number],
|
||||
popupAnchor?: [number,number],
|
||||
iconAnchor?: [number,number]
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue