Gjsify LogoGjsify Logo

Hierarchy

Index

Properties

cache?: TileCache

The cache used for tile storage

id?: string

The id of the tile source

license?: string

The usage license of the tile source

licenseUri?: string

The usage license's uri for more information

maxConns?: number

Specifies the max number of allowed simultaneous connections for this tile source.

Before changing this remember to verify how many simultaneous connections your tile provider allows you to make.

maxZoomLevel?: number

The maximum zoom level

minZoomLevel?: number

The minimum zoom level

name?: string

The name of the tile source

nextSource?: Champlain.MapSource

Next source in the loading chain.

offline?: boolean

Specifies whether the network tile source can access network

The map projection of the tile source

proxyUri?: string

Used to override the default proxy for accessing the network.

renderer?: Champlain.Renderer

Renderer used for tiles rendering.

tileSize?: number

The tile size of the tile source

uriFormat?: string

The uri format of the tile source, see #champlain_network_tile_source_set_uri_format

userAgent?: string

The HTTP user agent used for requests

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method