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.
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);
Map Suite Desktop for Wpf Wiki Resources
Map Suite Desktop for Wpf Product Description
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.