MapPackageTilingScheme Enumeration
Specifies the tiling scheme used when writing image or coverage data to an OGC GeoPackage.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Syntax
public enum MapPackageTilingScheme
Values
Value name | Value | Description |
---|---|---|
Default | 0 | A tiling scheme suitable for the exported geographic area is used. |
GoogleMapsCompatible | 1 | The GeoPackage will be exported with the same scheme used by Google Maps. To use this you must also set the crs to export in to Crs.Wgs84MercatorWeb, and the tile size must be 256, otherwise an exception will be thrown. |
Platforms
Windows, Linux, Android