Skip to content

This sample demonstrates how to use the latest ThinkGeo Cloud vector tiles in your desktop (wpf) applications. It works on 4k monitors and the components support both .NET Framework 4.6.1 and .NET Core 3.1.

Notifications You must be signed in to change notification settings

ThinkGeo/ThinkGeoCloudVectorMapsSample-ForWpf12

Repository files navigation

ThinkGeo Cloud Vector Maps Sample for Wpf

Description

This sample demonstrates how to use ThinkGeo Cloud Vector Tiles in your desktp (wpf) applications, check out this sample to see how to render the ThinkGeo offline map.

This sample supports 3 built-in default map styles as well as custom ones. Check out ThinkGeo StyleJSON to get an idea how to create a custom style.

  • Light
  • Dark
  • TransparentBackground
  • Custom

ThinkGeo Cloud Vector Maps works perfectly on both low and high resolution (4k) monitors. It would work in all of the ThinkGeo Map controls such as Desktop, Web and Mobile. Check out https://maps.thinkgeo.com/ and get an idea what it looks on Web.

Even this sample is built on .NET Framework 4.6.1, the component supports the latest .NET Core 3.1 without any issues. You can easily create a .NET Core WPF map application using the same code.

Screenshot

About the Code

 this.wpfMap.MapUnit = GeographyUnit.Meter;
 
 // Create background world map with vector tile requested from ThinkGeo Cloud Service. 
 ThinkGeoCloudVectorMapsOverlay thinkGeoCloudVectorMapsOverlay = new ThinkGeoCloudVectorMapsOverlay(thinkGeoCloudId, thinkGeoCloudSecret, thinkGeoCloudVectorMapsMapType);
 mapView.Overlays.Add(thinkGeoCloudVectorMapsOverlay);

Getting Help

Map Suite Desktop for Wpf Wiki Resources

Map Suite Desktop for Wpf Product Description

ThinkGeo Community Site

ThinkGeo Web Site

About ThinkGeo

ThinkGeo is a GIS (Geographic Information Systems) company founded in 2004 and located in Frisco, TX. Our clients are in more than 40 industries including agriculture, energy, transportation, government, engineering, software development, and defense.

About

This sample demonstrates how to use the latest ThinkGeo Cloud vector tiles in your desktop (wpf) applications. It works on 4k monitors and the components support both .NET Framework 4.6.1 and .NET Core 3.1.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages