Library globals

Class globals . canvas . api . map . Map

View source

-------------------------------------------------------------------------------
canvas.Map
-------------------------------------------------------------------------------
Class for a group element on a canvas with possibly geographic positions
which automatically get projected according to the specified projection.
Each map consists of an arbitrary number of layers (canvas groups)

Functions

addLayer

del

getAlt

getController

getHdg

getLat

getLatLon

getLayer

getLon

getPos

getPosCoord

N.B.: This always returns the same geo.Coord object, so its values can and will change at any time (call update() on the coord to ensure it is up-to-date, which basically calls this method again).

getRange

getScreenRange

new

setController

setPos

setRange

setScreenRange

update

Update each layer on this Map. Called by me.controller.

Variables

df_controller