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

When using `` With (or any combination where doubleClickZoom = false).. ``` ... RealTimeMap.MapOptions options = new RealTimeMap.MapOptions() { interaction_options = new RealTimeMap.InteractionOptions() { doubleClickZoom = false } }; ......

Hi Sir! Your package is so amazing so thank you for your hard work! Just a quick question. Is there a chance to use/import geojson data into Realtimemap instead/beside of...

Fantastic work with this project I'm currently using LeafletForBlazor in a Blazor/MAUI hybrid application pretty successfully. However, I need to obtain elevation data for the returned point on the MouseClick...

Maximum call stack size exceeded RangeError: Maximum call stack size exceeded at addPointIconAndTooltip (http://localhost:5049/_content/LeafletForBlazor/RealTime/Map.js:1:2658) at addPointIconAndTooltip (http://localhost:5049/_content/LeafletForBlazor/RealTime/Map.js:1:2658) at addPointIconAndTooltip (http://localhost:5049/_content/LeafletForBlazor/RealTime/Map.js:1:2658) at addPointIconAndTooltip (http://localhost:5049/_content/LeafletForBlazor/RealTime/Map.js:1:2658) at addPointIconAndTooltip (http://localhost:5049/_content/LeafletForBlazor/RealTime/Map.js:1:2658) at addPointIconAndTooltip (http://localhost:5049/_content/LeafletForBlazor/RealTime/Map.js:1:2658) at...

Hi Ichim, First thank you for your work on this package. I really appreciate. So, I have a question, I'm using the Map component with a GeoJson content. I do...

When you're using Geometric.DisplayPointsFromArray, can't i use another type of point instead of the PointSymbol? Because when I use PointIcon I get an error message. ![image](https://github.com/ichim/LeafletForBlazor-NuGet/assets/160488451/3ea30ab5-b01a-4d59-b102-5b5ff7f719f4)

That's pretty cool., what you have done so far - great work! Just a quick question: is it for webassembly or server-side blazor (or both)? Thanks a ton!

Hello, tell me how to implement cancellation, for example, when the page is reloaded. Now I'm getting errors It might be worth overloading all async methods with a cancellation token....

I have a .NET 6 project where I want to use your package. But the package is written in .NET 7 (not in the readme). I can install it, but...

Hi Laurentiu, thanks for package. I have a question, How can I get latitude and longitude on click event in new version?