forked from MapComplete/MapComplete
Refactoring: use theme instead of layout in a lot of places
This commit is contained in:
parent
9427083939
commit
bdc9ba52a6
104 changed files with 445 additions and 449 deletions
|
|
@ -10,7 +10,7 @@
|
|||
export let i: number = undefined
|
||||
let id = feature.properties.id
|
||||
let tags = state.featureProperties.getStore(id)
|
||||
let layer: LayerConfig = state.layout.getMatchingLayer(tags.data)
|
||||
let layer: LayerConfig = state.theme.getMatchingLayer(tags.data)
|
||||
</script>
|
||||
|
||||
<span class="inline-flex gap-x-1">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue