Scheme

public enum Scheme : String, Codable

Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.

  • xyz

    Slippy map tilenames scheme.

    Declaration

    Swift

    case xyz = "xyz"
  • tms

    OSGeo spec scheme.

    Declaration

    Swift

    case tms = "tms"