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/DefaultValueStyleSample-ForWpf |
NuGet Url: | https://www.nuget.org/packages/ThinkGeo.MapSuite.Styles.Value |
Install
Install-Package ThinkGeo.MapSuite.Styles.Value
dotnet add package ThinkGeo.MapSuite.Styles.Value
paket add ThinkGeo.MapSuite.Styles.Value
ThinkGeo.MapSuite.Styles.Value 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. Value Style is included in the main package ThinkGeo.Core in Version 12.
ThinkGeo.MapSuite.Styles.Value is a style extension to the Map Suite product line, see below for compatibility. The ValueStyle allows you to match data in the FeatureSource against a value string. If the value matches, then we will use the style defined in that item to do the drawing.
For example, let's say you have some data that contains states, and each state is categorized as either a high, medium or low pollution state. Based on the string values of "High", Medium" and "Low", we can match on these. If a feature's data for the column matched the string "High", then we would use the high ValueItem's styles to draw that feature. This can be applied to all kinds of things such as road classification and more.
** 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.