DPBlazorMapLibrary 1.0.14-alpha

This is a prerelease version of DPBlazorMapLibrary.
There is a newer version of this package available.
See the version list below for details.
dotnet add package DPBlazorMapLibrary --version 1.0.14-alpha
                    
NuGet\Install-Package DPBlazorMapLibrary -Version 1.0.14-alpha
                    
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="DPBlazorMapLibrary" Version="1.0.14-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DPBlazorMapLibrary" Version="1.0.14-alpha" />
                    
Directory.Packages.props
<PackageReference Include="DPBlazorMapLibrary" />
                    
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 DPBlazorMapLibrary --version 1.0.14-alpha
                    
#r "nuget: DPBlazorMapLibrary, 1.0.14-alpha"
                    
#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 DPBlazorMapLibrary@1.0.14-alpha
                    
#: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=DPBlazorMapLibrary&version=1.0.14-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=DPBlazorMapLibrary&version=1.0.14-alpha&prerelease
                    
Install as a Cake Tool

DPBlazorMap.

DP Blazor Map is a library for Blazor, which is a wrapper on top of the Leaflet js library.

NuGet version (DPBlazorMapLibrary)

Table of contents

Start

  1. Add NuGet package to your project.
  2. Add latest Leflet required Leflet download.
	<head>
	  <link rel="stylesheet" href="https://unpkg.com/leaflet@1.7.1/dist/leaflet.css"
		   integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
		   crossorigin="" />
	</head>
	<body>
	    <script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"
		    integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="
		    crossorigin=""></script>
	</body>
  1. Add @using DPBlazorMapLibrary; to your _Import.cshtml file. Or in the places used separately.
  2. Add builder.Services.AddMapService(); in your Program.cs file.
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
1.2.0 16,334 12/14/2021
1.1.2-alpha 338 12/14/2021
1.1.1-alpha 337 12/14/2021
1.1.0 454 12/10/2021
1.1.0-alpha 329 12/14/2021
1.0.14-alpha 494 12/10/2021
1.0.13-alpha 486 12/10/2021
1.0.12-alpha 484 12/10/2021
1.0.11-alpha 506 12/10/2021
1.0.10-alpha 488 12/10/2021
1.0.9-alpha 493 12/10/2021
1.0.8-alpha 492 12/10/2021
1.0.7-alpha 520 12/9/2021
1.0.6-alpha 521 12/9/2021
1.0.5-alpha 495 12/9/2021
1.0.4-alpha 498 12/9/2021
1.0.3-alpha 538 12/9/2021
1.0.2 768 12/9/2021 1.0.2 is deprecated because it has critical bugs.
1.0.1 728 12/9/2021 1.0.1 is deprecated because it has critical bugs.
1.0.0 774 12/9/2021 1.0.0 is deprecated because it has critical bugs.