Do not process dist css by leaflet

This commit is contained in:
Alessio Davoli 2023-12-22 11:50:40 +01:00
parent e8c67147b1
commit d60ad6f1ff

View file

@ -102,8 +102,12 @@
{errorMessage} {errorMessage}
{/if} {/if}
<svelte:head>
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin=""/>
</svelte:head>
<style> <style>
@import 'leaflet/dist/leaflet.css';
#map { #map {
height: 100%; height: 100%;
z-index: 0; z-index: 0;