[Gambas-devel-svn] SF.net SVN: gambas:[5368] gambas/trunk/comp/src/gb.map
Brought to you by:
gambas
From: <ga...@us...> - 2012-11-25 16:31:56
|
Revision: 5368 http://gambas.svn.sourceforge.net/gambas/?rev=5368&view=rev Author: gambix Date: 2012-11-25 16:31:47 +0000 (Sun, 25 Nov 2012) Log Message: ----------- [GB.MAP] * New: The tiles are loaded from the center to the outside * New: A new Module centralise the projections transformations. * New: LatLon is now renamed MapPoint. * OPT: The classes FRect and FPoint have been removed. Now PointF and RectF standart draw types are used(and as well Point and rect) Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.icon.png gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.list gambas/trunk/comp/src/gb.map/.project gambas/trunk/comp/src/gb.map/.src/Map.class gambas/trunk/comp/src/gb.map/.src/MapViewer.class gambas/trunk/comp/src/gb.map/.src/Shapes/Shapes.class gambas/trunk/comp/src/gb.map/.src/Shapes/_Shape.class gambas/trunk/comp/src/gb.map/.src/Shapes/_ShapeObject.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.class gambas/trunk/comp/src/gb.map/.src/Tests/MMain.module gambas/trunk/comp/src/gb.map/.src/Tools/Geodetic.class gambas/trunk/comp/src/gb.map/.src/Tools/Mercator.class gambas/trunk/comp/src/gb.map/.src/Tools/MyPaint.class gambas/trunk/comp/src/gb.map/.src/Tools/_Cache.class gambas/trunk/comp/src/gb.map/.src/_MapTile.class Added Paths: ----------- gambas/trunk/comp/src/gb.map/.src/Tools/MTiles.module gambas/trunk/comp/src/gb.map/.src/Types/_Tile.class Removed Paths: ------------- gambas/trunk/comp/src/gb.map/.src/Types/FPoint.class gambas/trunk/comp/src/gb.map/.src/Types/FRect.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |