]> git.mxchange.org Git - flightgear.git/commit
Canvas: Add new element type map for geo mapping.
authorThomas Geymayer <tomgey@gmail.com>
Wed, 11 Jul 2012 22:23:29 +0000 (00:23 +0200)
committerThomas Geymayer <tomgey@gmail.com>
Tue, 31 Jul 2012 21:19:23 +0000 (23:19 +0200)
commite81db175f41ddf47e80f9a0b2a4e7fea515d3f1f
tree2eabacf724b11582b3767e3f415b9f84b00403e1
parenta876ff93e158c444b4585efd73c248b45c56336c
Canvas: Add new element type map for geo mapping.

 - The new map element automatically transforms geo coordinates
   (lat, lon) to the according screen coordinates.
 - Currently one type of projection is supported
   (Sanson-Flamsteed projection)
src/Canvas/CMakeLists.txt
src/Canvas/elements/element.cxx
src/Canvas/elements/group.cxx
src/Canvas/elements/map.cxx [new file with mode: 0644]
src/Canvas/elements/map.hxx [new file with mode: 0644]
src/Canvas/elements/map/geo_node_pair.hxx [new file with mode: 0644]
src/Canvas/elements/map/projection.hxx [new file with mode: 0644]