TilingScheme Enumeration
Specifies the tiling scheme used by a TileLayer.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum TilingScheme
Values
Value name | Value | Description |
---|---|---|
Default | 0 | The tiling scheme is specified by the TileLayer.TileOrigin and TileLayer.TileSize properties. |
GoogleMapsCompatible | 1 | A tiling scheme compatible to Google Maps is used. The TileLayer.TileOrigin and TileLayer.TileSize properties are ignored. The coordinate reference system of the view must be Crs.Wgs84MercatorWeb, or an exception will be thrown. The main use of this tiling scheme in Carmenta Engine is with a TileLayer with one or more MvtDataSet instances. This dataset will always load vector data in tiles matching this tile scheme. By using the same tiling scheme in the TileLayer, some rendering artifacts can be avoided. |
Platforms
Windows, Linux, Android