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

license_uri?: string

The usage license's uri for more information

max_conns?: 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.

max_zoom_level?: number

The maximum zoom level

min_zoom_level?: number

The minimum zoom level

name?: string

The name of the tile source

next_source?: 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

proxy_uri?: string

Used to override the default proxy for accessing the network.

renderer?: Champlain.Renderer

Renderer used for tiles rendering.

tile_size?: number

The tile size of the tile source

uri_format?: string

The uri format of the tile source, see #champlain_network_tile_source_set_uri_format

user_agent?: 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