Chore: run prettier

This commit is contained in:
Pieter Vander Vennet 2023-06-14 20:44:01 +02:00
parent 6dc61ccb51
commit f0b007512b
52 changed files with 150 additions and 151 deletions

View file

@ -66,13 +66,13 @@
</script>
{#if hasLayers}
<div class="h-full w-full flex flex-col">
<div class="flex h-full w-full flex-col">
<button
on:click={() => {
mapproperties.rasterLayer.setData(rasterLayer.data)
dispatch("appliedLayer")
}}
class="w-full h-full m-0 p-0"
class="m-0 h-full w-full p-0"
>
<OverlayMap
rasterLayer={rasterLayerOnMap}