LeafletBlazor 0.0.4.1

dotnet add package LeafletBlazor --version 0.0.4.1
                    
NuGet\Install-Package LeafletBlazor -Version 0.0.4.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LeafletBlazor" Version="0.0.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LeafletBlazor" Version="0.0.4.1" />
                    
Directory.Packages.props
<PackageReference Include="LeafletBlazor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LeafletBlazor --version 0.0.4.1
                    
#r "nuget: LeafletBlazor, 0.0.4.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package LeafletBlazor@0.0.4.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LeafletBlazor&version=0.0.4.1
                    
Install as a Cake Addin
#tool nuget:?package=LeafletBlazor&version=0.0.4.1
                    
Install as a Cake Tool

LeafletBlazor

Description

LeafletBlazor is a wapper for leafletjs for Blazor both server and wasm. This wrapper was inspired from <a href="https://github.com/Mehigh17/BlazorLeaflet/">BlazorLeaflet</a> and aims to bring the API more complete and also inline with the javascript API.

Notes

Currently we have no plans to include any methods or events where in the leafletjs documentation that states that its called only internally (example see createTile on TileLayer). If you have a specific need for one of those methods/events, please feel free to open an issue to bring up why you need that method/event exposed and after discussion if it is still warrented, we will add it into the library.

Progress

The progress and also state of what has been added/upcoming has been added to the <a href="https://github.com/jeffreyladd/LeafletBlazor/projects/1">project board</a>. The items in To do are in order of when they will be started.

Installation

This section will be updated once as we get closer to releasing this onto nuget.

Contribute

The master branch is used as the development branch for the time being till we get closer to release. When that happens, this section will change.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.0.4.1 1,491 3/27/2022
0.0.3.2 567 3/27/2022
0.0.3.1 587 3/27/2022
0.0.2.1 552 3/26/2022