LeafletForBlazor-NuGet icon indicating copy to clipboard operation
LeafletForBlazor-NuGet copied to clipboard

LeafletForBlazor NuGet Package - You can quickly add a map control to your Blazor application - 2.0.4.8 version

Results 30 LeafletForBlazor-NuGet issues
Sort by recently updated
recently updated
newest added

Following the readme, I'm attempting to add a list of markers to the map using the RealTimeMap.Geometric.Points class and methods; namely upload / add. **Code:** ``` List points = new();...

Hello, I'm testing the AddMapToBlazorPage example on Blazor Interactive Server 8.0 and I'm getting the following error: GET http://localhost:5555/_content/LeafletForBlazor/LeafletMapFunctionalities.js net::ERR_ABORTED 404 (Not Found) (anonymous) @ blazor.web.js:1 (anonymous) @ blazor.web.js:1 beginInvokeJSFromDotNet...

Hello, is there any way to set the CRC for a map ?

Hey! Great library! I am really wanting to use this to show a game map (not the real world map). To do this I need to apply a custom CRS....

Hi Thanks for the great component so far. I feel like there must be a way i am just missing it but i would like to remove an polyline that...

Hello, I think LeafletForBlazor can really help my project out and I think I'm being a bit stupid here but cannot work it out. I am currently using syncfusion maps...

I was looking at the point examples and was wondering if there is a way to add custom marker icons when adding points ? And then having events on those...

I'm searching for a suitable way to display an OSM map on a card (bootstrap element). I've previously used Leaflet.js, so I tried to use LeafletForBlazor. After consulting the readme...

Hi, i'm displaying a map in a closable dialog (MudBlazor / https://mudblazor.com/components/dialog#usage). The first time everything works fine: The blue and the yellow polyline are visible and the map can...

Unless I am missing something it's currently not possible to reposition the zoom control from the default 'topleft'.