Class globals canvas api map Map
------------------------------------------------------------------------------- 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
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).
update
Update each layer on this Map. Called by me.controller.