forked from MapComplete/MapComplete
Improvement to auto-import module for velopark
This commit is contained in:
parent
22785095c5
commit
4ae35ae101
4 changed files with 155 additions and 104 deletions
|
@ -47,7 +47,7 @@ class ExpandFilter extends DesugaringStep<LayerConfigJson> {
|
|||
}
|
||||
|
||||
private static load_filters(): Map<string, FilterConfigJson> {
|
||||
let filters = new Map<string, FilterConfigJson>()
|
||||
const filters = new Map<string, FilterConfigJson>()
|
||||
for (const filter of <FilterConfigJson[]>predifined_filters.filter) {
|
||||
filters.set(filter.id, filter)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue