BlazorLeaflet
BlazorLeaflet copied to clipboard
BlazorLeaflet is a Blazor component wrapping Leaflet's APIs, offering a simple and homogeneous implementation of the Leaflet maps.
upgrade to .NET 5 would be nice, to follow the general development.
BlazorLeaflet is a great project and has saved me a lot of time. @Mehigh17 , I greatly appreciate your efforts. You've created a great library with good documentation. Thank you....
Sorry, i'm trying BlazorLeaflet and I would like to view geojson layers, loading data from a geojson file. Currently all the tests carried out have not had any positive results....
Hi, I'm building a Blazor server app, which uses floor plans I made and convert to OSM format. I would like to know if it is possible to view the...
Nuget not compile correctly. the events namespace or the LatLng class is missing. could you publish a new version?
Added support for `map.getBounds()` function.
**Problem:** * Blazor WASM client empty project with BlazorLeaflet added doesn't work when published with "Release" configuration on Android Chrome browser. * It works on Dekstop and mobile Firefox. *...
Hi, How can I open the pupups automatically when I start the program or click a dedicated button? thx for help
should probably be something like `public string[] Subdomains { get; set; } = new string[] { "a", "b", "c" };` instead of `public string[] Subdomains { get; set; } =...