You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* v200.1
* WPF Popupviewer updates (#491)
* Switch to use PopupElements for popup viewer control
* Address namespace changes
* Update WindowsAppSDK version to match MAUI requirements (#500)
* Update deprecated property
* Add properties to allow compiling for .NET Framework
* Fix typo
* Avoid navigation string resources in toolkit package
* Updates relevant to popupviewer enhancements
(cherry picked from commit 273a7d7)
* Update README.md
Co-authored-by: Morten Nielsen <1378165+dotMorten@users.noreply.github.com>
* Update docs/popup-viewer.md
Co-authored-by: Morten Nielsen <1378165+dotMorten@users.noreply.github.com>
* Fix min-version support in MAUI
* Maui: Ensure fonts are packaged and deployed
* Add support for basic HTML in popups (#504)
* Work around asset deployment issues caused by WinAppSDK
See https://github.com/microsoft/WindowsAppSDK/issues/3546 for details
* Also include assets in lib folder for library layout
Follow-up to work around issue https://github.com/microsoft/WindowsAppSDK/issues/3546
* Set background on toolbar
---------
Co-authored-by: Morten Nielsen <mort5161@esri.com>
Co-authored-by: Matvei Stefarov <mstefarov@esri.com>
Co-authored-by: Preeti Maske <pmaske@esri.com>
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
10
10
The ArcGIS Maps SDK for .NET Toolkit contains controls and components to accelerate your development with [ArcGIS Maps SDK for .NET](https://developers.arcgis.com/net/).
11
11
12
-
> **Note**: At version 200.0, Toolkit assemblies are now built individually for each platform. Please replace any existing `Esri.ArcGISRuntime.Toolkit` NuGet reference with Toolkit NuGet package specific to that platform. For example if you have a WPF application using Toolkit, you will need to uninstall `Esri.ArcGISRuntime.Toolkit` NuGet package and add `Esri.ArcGISRuntime.Toolkit.WPF` NuGet package.
12
+
> **Note**: Starting at version 200.0, Toolkit assemblies are now built individually for each platform. Please replace any existing `Esri.ArcGISRuntime.Toolkit` NuGet reference with Toolkit NuGet package specific to that platform. For example if you have a WPF application using Toolkit, you will need to uninstall `Esri.ArcGISRuntime.Toolkit` NuGet package and add `Esri.ArcGISRuntime.Toolkit.WPF` NuGet package.
13
13
14
14
# Documentation
15
15
@@ -27,6 +27,7 @@ The ArcGIS Maps SDK for .NET Toolkit contains controls and components to acceler
27
27
|[Legend](docs/legend.md)| <imgsrc="https://user-images.githubusercontent.com/1378165/73389924-011fc200-428a-11ea-91bf-4ea1c2bf6683.png"width="105"title="Legend" />| Display a legend for a map or scene view. | WinUI, MAUI, UWP, WPF |
28
28
|[MeasureToolbar](docs/measure-toolbar.md)|| Measure distances, areas, and features in a map view. | UWP, WPF |
29
29
|[OverviewMap](docs/overview-map.md)| <imgsrc="https://user-images.githubusercontent.com/29742178/121975740-34f07000-cd37-11eb-9162-462925cb3fe7.png"width="150"title="Overview Map" /> | Display an interactive inset map for a map or scene. | WinUI, MAUI, UWP, WPF |
30
+
|[PopupViewer](docs/popup-viewer.md)| <imgsrc="https://user-images.githubusercontent.com/3878047/228625594-d0009216-0cb3-4836-9a62-e197371779ac.png"width="150"title="Popup Viewer" /> | Displays information from simple popups. | WinUI, MAUI, UWP, WPF |
30
31
|[ScaleLine](docs/scale-line.md)|| Display the current scale reference for a map. | WinUI, MAUI, UWP, WPF |
31
32
|[SearchView](docs/search-view.md)| <imgtitle="Search View"width="150"src="https://user-images.githubusercontent.com/29742178/142301018-4bbeb0f2-3021-49a7-b5ec-f642c5700bd0.png" /> | Search using one or more locators, with support for suggestions, automatic zooming, and custom search sources. | WinUI, MAUI, UWP, WPF |
32
33
|[SymbolDisplay](docs/symbol-display.md)|| Render a symbol in a control. | WinUI, MAUI, UWP, WPF |
@@ -35,8 +36,6 @@ The ArcGIS Maps SDK for .NET Toolkit contains controls and components to acceler
35
36
36
37
## Get started
37
38
38
-
> **Note**: At version 200.0, Toolkit assemblies are now built individually for each platform. Please replace any existing `Esri.ArcGISRuntime.Toolkit` NuGet reference with Toolkit NuGet package specific to that platform. For example if you have a WPF application using Toolkit, you will need to uninstall `Esri.ArcGISRuntime.Toolkit` NuGet package and add `Esri.ArcGISRuntime.Toolkit.WPF` NuGet package.
39
-
40
39
The simplest way to get started is to add the platform-specific NuGet package(s) to your projects:
0 commit comments