darnton / LeafletBlazor

Blazor component for interop with Leaflet slippy map library.
31 stars 20 forks source link

LeafLet on Blazor ServerSide #17

Open WENEDFarm opened 2 years ago

WENEDFarm commented 2 years ago

I have Leaflet working on a Blazor-WASM project without problem, but when I try to get it working on a ServerSide project I get "Microsoft.JSInterop.JSException: Could not find 'L.map' ('L' was undefined).". I have tried everything I know but am unable to get around this issue. If you have any advice for me it would be greatly appreciated.