Constants

Details

Champlain.MAJOR_VERSION = 0

The major version of libchamplain (1, if Champlain.VERSION is 1.2.3)

Champlain.MAP_SOURCE_MEMPHIS_LOCAL = 'memphis-local'
Champlain.MAP_SOURCE_MEMPHIS_NETWORK = 'memphis-network'
Champlain.MAP_SOURCE_MFF_RELIEF = 'mff-relief'

Maps for Free Relief

Champlain.MAP_SOURCE_OAM = 'OpenAerialMap'

OpenAerialMap

Deprecated since version ???: OpenAerialMap isn’t available any more and will be removed in the next release. As it doens’t exist, it isn’t registered to the factory and the ‘create’ method won’t return any source.

Champlain.MAP_SOURCE_OSM_AERIAL_MAP = 'osm-aerialmap'

Mapquest Open Aerial

Deprecated since version ???: Mapquest isn’t available any more and will be removed in the next release. As it doens’t exist, it isn’t registered to the factory and the ‘create’ method won’t return any source.

Champlain.MAP_SOURCE_OSM_CYCLE_MAP = 'osm-cyclemap'

OpenStreetMap Cycle Map

Champlain.MAP_SOURCE_OSM_MAPNIK = 'osm-mapnik'

OpenStreetMap Mapnik

Champlain.MAP_SOURCE_OSM_MAPQUEST = 'osm-mapquest'

Deprecated since version ???: Mapquest isn’t available any more and will be removed in the next release. As it doens’t exist, it isn’t registered to the factory and the ‘create’ method won’t return any source.

Champlain.MAP_SOURCE_OSM_OSMARENDER = 'osm-osmarender'

OpenStreetMap Osmarender

Deprecated since version ???: Osmarender isn’t available any more and will be removed in the next release. As it doens’t exist, it isn’t registered to the factory and the ‘create’ method won’t return any source.

Champlain.MAP_SOURCE_OSM_TRANSPORT_MAP = 'osm-transportmap'

OpenStreetMap Transport Map

Champlain.MAP_SOURCE_OWM_CLOUDS = 'owm-clouds'

OpenWeatherMap clouds layer

Champlain.MAP_SOURCE_OWM_PRECIPITATION = 'owm-precipitation'

OpenWeatherMap precipitation

Champlain.MAP_SOURCE_OWM_PRESSURE = 'owm-pressure'

OpenWeatherMap sea level pressure

Champlain.MAP_SOURCE_OWM_TEMPERATURE = 'owm-temperature'

OpenWeatherMap temperature

Champlain.MAP_SOURCE_OWM_WIND = 'owm-wind'

OpenWeatherMap wind

Champlain.MAX_LATITUDE = 85.051129
Champlain.MAX_LONGITUDE = 180.0
Champlain.MICRO_VERSION = 21

The micro version of libchamplain (3, if Champlain.VERSION is 1.2.3)

Champlain.MINOR_VERSION = 12

The minor version of libchamplain (2, if Champlain.VERSION is 1.2.3)

Champlain.MIN_LATITUDE = 85.051129
Champlain.MIN_LONGITUDE = 180.0
Champlain.VERSION = 0.12

The full version of libchamplain, like 1.2.3

Champlain.VERSION_HEX = 0

Numerically encoded version of libchamplain, like 0x010203

Champlain.VERSION_S = '0.12.21'

The full version of libchamplain, in string form (suited for string concatenation)