CHETANECINFOSOLUTIONS

Results 2 issues of CHETANECINFOSOLUTIONS

My code ``` import { onMount } from 'svelte'; let PdfViewer; onMount(async () => { const module = await import('svelte-pdf'); PdfViewer = module.default; }); ``` it shows this error

Currently it only works for L.Polygon but I want it for L.geoJSON()