Info
Version: | 11.0.0-beta011 |
Author(s): | ThinkGeo |
Last Update: | Tuesday, May 12, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ThinkGeo |
NuGet Url: | https://www.nuget.org/packages/ThinkGeo.MapSuite.Styles.IconValue |
Install
Install-Package ThinkGeo.MapSuite.Styles.IconValue
dotnet add package ThinkGeo.MapSuite.Styles.IconValue
paket add ThinkGeo.MapSuite.Styles.IconValue
ThinkGeo.MapSuite.Styles.IconValue Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- ThinkGeo.MapSuite(>= 11.0.0135)
- ThinkGeo.MapSuite(>= 11.0.0135)
- ThinkGeo.MapSuite(>= 11.0.0135)
Tags
Version 12 works with both .NET Framework and .NET Core, has much less dependencies and many other benifits over 10.0. Icon Value Style is included in the main package ThinkGeo.Core in Version 12.
ThinkGeo.MapSuite.Styles.IconValue is a style extension is an extension to the Map Suite product line, see below for compatibility. This class allows you to choose different icons based on values in the data of a feature. When you create an IconValueStyle, you need to add multiple IconValueItems to its collection.
You input the column name in the IconValueStyle and it will compare the data's value to each IconValueItems’ data. If they match, it will then draw the Feature using the properties of the IconValueItem. In this way, you can render different data with different icons or text.
** This is an extension for use in ThinkGeo's Map Suite product line, see below, as it cannot be used stand alone. **
Wiki Documentation: http://wiki.thinkgeo.com/wiki/map_suite_api
Supported Platforms: Windows, Linux, macOS, iOS, Android
- Compatible Products -
Map Suite Desktop for WPF
Map Suite Desktop for WinForms
Map Suite Mobile for Android
Map Suite Mobile for iOS
Map Suite Web for WebForms
Map Suite Web for MVC
Map Suite Web for WebAPI.