Thread: [Gambas-devel-svn] SF.net SVN: gambas:[5349] gambas/trunk/comp/src/gb.map
Brought to you by:
gambas
From: <ga...@us...> - 2012-11-22 16:54:39
|
Revision: 5349 http://gambas.svn.sourceforge.net/gambas/?rev=5349&view=rev Author: gambix Date: 2012-11-22 16:54:27 +0000 (Thu, 22 Nov 2012) Log Message: ----------- [GB.MAP] * BUG: Unactivate Proj classe Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.settings gambas/trunk/comp/src/gb.map/.src/Shapes/Shapes.class gambas/trunk/comp/src/gb.map/.src/Shapes/Shp/Proj.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-11-22 19:31:24
|
Revision: 5351 http://gambas.svn.sourceforge.net/gambas/?rev=5351&view=rev Author: gambix Date: 2012-11-22 19:31:17 +0000 (Thu, 22 Nov 2012) Log Message: ----------- [GB.MAP] * New: Remove uneeded files Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.component gambas/trunk/comp/src/gb.map/.project gambas/trunk/comp/src/gb.map/.settings gambas/trunk/comp/src/gb.map/.src/Shapes/Shapes.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.class gambas/trunk/comp/src/gb.map/.src/map.class gambas/trunk/comp/src/gb.map/.startup Removed Paths: ------------- gambas/trunk/comp/src/gb.map/.src/Shapes/Shp/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-11-23 13:13:58
|
Revision: 5352 http://gambas.svn.sourceforge.net/gambas/?rev=5352&view=rev Author: gambix Date: 2012-11-23 13:13:51 +0000 (Fri, 23 Nov 2012) Log Message: ----------- [GB.MAP] * Bug: Remove occurence to CShape Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.settings gambas/trunk/comp/src/gb.map/.src/Shapes/Shapes.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-11-24 16:52:30
|
Revision: 5356 http://gambas.svn.sourceforge.net/gambas/?rev=5356&view=rev Author: gambix Date: 2012-11-24 16:52:23 +0000 (Sat, 24 Nov 2012) Log Message: ----------- [GB.MAP] * BUG: Don't try to download negative tiles * BUG: Dont try to load image not finished Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.list gambas/trunk/comp/src/gb.map/.src/Tools/_Cache.class gambas/trunk/comp/src/gb.map/.src/_MapTile.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-11-24 18:22:25
|
Revision: 5357 http://gambas.svn.sourceforge.net/gambas/?rev=5357&view=rev Author: gambix Date: 2012-11-24 18:22:18 +0000 (Sat, 24 Nov 2012) Log Message: ----------- [GB.MAP] * OPT: Make map loading more faster. Use multiple httpclient (2 by default) Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.list gambas/trunk/comp/src/gb.map/.src/Map.class gambas/trunk/comp/src/gb.map/.src/Tools/_Cache.class gambas/trunk/comp/src/gb.map/.src/_MapTile.class Removed Paths: ------------- gambas/trunk/comp/src/gb.map/.src/Types/Point.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-11-24 23:27:05
|
Revision: 5364 http://gambas.svn.sourceforge.net/gambas/?rev=5364&view=rev Author: gambix Date: 2012-11-24 23:26:59 +0000 (Sat, 24 Nov 2012) Log Message: ----------- Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.list gambas/trunk/comp/src/gb.map/.src/Tools/_Cache.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
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. |
From: <ga...@us...> - 2012-11-25 17:26:54
|
Revision: 5369 http://gambas.svn.sourceforge.net/gambas/?rev=5369&view=rev Author: gambix Date: 2012-11-25 17:26:47 +0000 (Sun, 25 Nov 2012) Log Message: ----------- [GB.MAP] * OPT: Remove Unneeded modules Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.list gambas/trunk/comp/src/gb.map/.src/Map.class gambas/trunk/comp/src/gb.map/.src/Shapes/Shapes.class gambas/trunk/comp/src/gb.map/.src/Shapes/_ShapeObject.class gambas/trunk/comp/src/gb.map/.src/_MapShape.class Removed Paths: ------------- gambas/trunk/comp/src/gb.map/.src/Tools/Geodetic.class gambas/trunk/comp/src/gb.map/.src/Tools/Mercator.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-11-25 17:32:58
|
Revision: 5371 http://gambas.svn.sourceforge.net/gambas/?rev=5371&view=rev Author: gambix Date: 2012-11-25 17:32:51 +0000 (Sun, 25 Nov 2012) Log Message: ----------- [GB.MAP] * OPT: Rename MTile in Geo Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.list 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/Tests/FMain.class gambas/trunk/comp/src/gb.map/.src/Tests/MMain.module gambas/trunk/comp/src/gb.map/.src/_MapTile.class Added Paths: ----------- gambas/trunk/comp/src/gb.map/.src/Tools/Geo.module Removed Paths: ------------- gambas/trunk/comp/src/gb.map/.src/Tools/MTiles.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-11-25 18:27:20
|
Revision: 5374 http://gambas.svn.sourceforge.net/gambas/?rev=5374&view=rev Author: gambix Date: 2012-11-25 18:27:14 +0000 (Sun, 25 Nov 2012) Log Message: ----------- [GB.MAP] * BUG: Truely rename LatLon into MapPoint Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info Added Paths: ----------- gambas/trunk/comp/src/gb.map/.src/Types/MapPoint.class Removed Paths: ------------- gambas/trunk/comp/src/gb.map/.src/Types/LatLon.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-11-29 22:26:01
|
Revision: 5397 http://gambas.svn.sourceforge.net/gambas/?rev=5397&view=rev Author: gambix Date: 2012-11-29 22:25:54 +0000 (Thu, 29 Nov 2012) Log Message: ----------- [GB.MAP] * NEW: Padding is a new property of Map class that define a trigger zone in pixel * NEW: if Copyright is set it is shown in the map view. Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.src/Map.class gambas/trunk/comp/src/gb.map/.src/MapView.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.class gambas/trunk/comp/src/gb.map/.src/Tools/_MapTileCache.class gambas/trunk/comp/src/gb.map/.src/_MapLayer.class gambas/trunk/comp/src/gb.map/.src/_MapTile.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-12-08 21:00:21
|
Revision: 5418 http://sourceforge.net/p/gambas/code/5418 Author: gambix Date: 2012-12-08 21:00:18 +0000 (Sat, 08 Dec 2012) Log Message: ----------- [GB.MAP] * NEW: Full rewriting of the tile layer. Now Tile layer have a preload system, and tiles manage internally 3 states Normal, Loading, Error. The Cache have been mixed in the layer class. The loading process is dissociated from the drawing one Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.src/Map.class gambas/trunk/comp/src/gb.map/.src/MapView.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.class gambas/trunk/comp/src/gb.map/.src/Tools/Geo.module gambas/trunk/comp/src/gb.map/.src/Types/_Tile.class gambas/trunk/comp/src/gb.map/.src/_MapLayer.class gambas/trunk/comp/src/gb.map/.src/_MapTile.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-12-10 08:21:53
|
Revision: 5426 http://sourceforge.net/p/gambas/code/5426 Author: gambix Date: 2012-12-10 08:21:50 +0000 (Mon, 10 Dec 2012) Log Message: ----------- [GB.MAP] * New: Now Layers suppor copyrights sentences, and show them on the map. Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.src/Map.class gambas/trunk/comp/src/gb.map/.src/_MapShape.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-12-18 18:51:37
|
Revision: 5443 http://sourceforge.net/p/gambas/code/5443 Author: gambix Date: 2012-12-18 18:51:35 +0000 (Tue, 18 Dec 2012) Log Message: ----------- [GB.MAP] * NEW: Add support for QuadKeys. Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.icon.png 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/Tests/FMain.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.form gambas/trunk/comp/src/gb.map/.src/_MapShape.class gambas/trunk/comp/src/gb.map/.src/_MapTile.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-12-18 21:10:42
|
Revision: 5444 http://sourceforge.net/p/gambas/code/5444 Author: gambix Date: 2012-12-18 21:10:41 +0000 (Tue, 18 Dec 2012) Log Message: ----------- [GB.MAP] * NEW: Now Layers have an opacity property * NEW: Tiles are showed with an opacity effect in the MapView. Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.src/Map.class gambas/trunk/comp/src/gb.map/.src/MapView.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.class gambas/trunk/comp/src/gb.map/.src/Types/_Tile.class gambas/trunk/comp/src/gb.map/.src/_MapTile.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-01-01 17:19:10
|
Revision: 5484 http://sourceforge.net/p/gambas/code/5484 Author: gambix Date: 2013-01-01 17:19:06 +0000 (Tue, 01 Jan 2013) Log Message: ----------- [GB.MAP] * NEW: Add an inertia effect on the MapView Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.src/MapView.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-01-18 17:23:00
|
Revision: 5509 http://sourceforge.net/p/gambas/code/5509 Author: gambix Date: 2013-01-18 17:22:55 +0000 (Fri, 18 Jan 2013) Log Message: ----------- [GB.MAP] * NEW: Begin to implement shapes Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.project gambas/trunk/comp/src/gb.map/.src/Map.class gambas/trunk/comp/src/gb.map/.src/MapView.class gambas/trunk/comp/src/gb.map/.src/Shapes/Shapes.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.class gambas/trunk/comp/src/gb.map/.src/_MapLayer.class gambas/trunk/comp/src/gb.map/.src/_MapShape.class gambas/trunk/comp/src/gb.map/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.map/.src/Shapes/_ShapeItem.class gambas/trunk/comp/src/gb.map/point.png Removed Paths: ------------- gambas/trunk/comp/src/gb.map/.src/Shapes/_Shape.class gambas/trunk/comp/src/gb.map/.src/Shapes/_ShapeObject.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-04-30 14:25:29
|
Revision: 5628 http://sourceforge.net/p/gambas/code/5628 Author: gambix Date: 2013-04-30 14:25:24 +0000 (Tue, 30 Apr 2013) Log Message: ----------- oups Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.component gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.list gambas/trunk/comp/src/gb.map/.src/Map.class gambas/trunk/comp/src/gb.map/.src/MapView.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.form gambas/trunk/comp/src/gb.map/.src/Tools/Geo.module gambas/trunk/comp/src/gb.map/.src/_MapLayer.class gambas/trunk/comp/src/gb.map/.src/_MapShape.class gambas/trunk/comp/src/gb.map/.src/_MapTile.class Added Paths: ----------- gambas/trunk/comp/src/gb.map/parcellaire.kml gambas/trunk/comp/src/gb.map/parcellaire.xml gambas/trunk/comp/src/gb.map/parcellaire2.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-04-30 14:27:31
|
Revision: 5629 http://sourceforge.net/p/gambas/code/5629 Author: gambix Date: 2013-04-30 14:27:28 +0000 (Tue, 30 Apr 2013) Log Message: ----------- [GB.MAP] * OPT: Remove some test files Removed Paths: ------------- gambas/trunk/comp/src/gb.map/parcellaire.kml gambas/trunk/comp/src/gb.map/parcellaire.xml gambas/trunk/comp/src/gb.map/parcellaire2.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-05-08 12:50:56
|
Revision: 5647 http://sourceforge.net/p/gambas/code/5647 Author: gambix Date: 2013-05-08 12:50:37 +0000 (Wed, 08 May 2013) Log Message: ----------- [GB.MAP] * NEW: ShapeItem.Data become _ShapeItem.Points * NEW: A new function refresh in _ShapeLayer allow to update the Shapes box and center value when points value have been changed. Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.src/Map.class gambas/trunk/comp/src/gb.map/.src/Shapes/_ShapeItem.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.class gambas/trunk/comp/src/gb.map/.src/_MapShape.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-05-08 19:35:52
|
Revision: 5648 http://sourceforge.net/p/gambas/code/5648 Author: gambix Date: 2013-05-08 19:35:50 +0000 (Wed, 08 May 2013) Log Message: ----------- [GB.MAP] * BUG: Now the property AllowEffect really stop effect * NEW: Now you can define a different point image for each Shape of type Point * BUG: The property ShowControls is now visible in the property windows Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.component gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.src/MapView.class gambas/trunk/comp/src/gb.map/.src/Shapes/_ShapeItem.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.form gambas/trunk/comp/src/gb.map/.src/_MapShape.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-05-09 20:12:31
|
Revision: 5649 http://sourceforge.net/p/gambas/code/5649 Author: gambix Date: 2013-05-09 20:12:24 +0000 (Thu, 09 May 2013) Log Message: ----------- [GB.MAP] * NEW: a new function Grab allow to get an image of a given zone at the given size and at the better zoom level. ex: PictureBox1.Picture = $Map.Grab($Map!MyShape!zone1.Bounds, PictureBox1.Width, PictureBox1.Height, 0).Picture * NEW: Map Class have an event Draw() * NEW: Map have a property Loading that allow to control if the layers have finished to get theire datas * NEW: I've replaced the _ShapeItem box (RectF) by Bounds (MapBounds) Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.list gambas/trunk/comp/src/gb.map/.src/Map.class gambas/trunk/comp/src/gb.map/.src/Shapes/_ShapeItem.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.form gambas/trunk/comp/src/gb.map/.src/Types/MapBounds.class gambas/trunk/comp/src/gb.map/.src/_MapLayer.class gambas/trunk/comp/src/gb.map/.src/_MapShape.class gambas/trunk/comp/src/gb.map/.src/_MapTile.class Added Paths: ----------- gambas/trunk/comp/src/gb.map/.src/Tests/Form1.class gambas/trunk/comp/src/gb.map/.src/Tests/Form1.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-05-09 20:44:06
|
Revision: 5650 http://sourceforge.net/p/gambas/code/5650 Author: gambix Date: 2013-05-09 20:44:03 +0000 (Thu, 09 May 2013) Log Message: ----------- [GB.MAP] * NEW: Now ShapeItem have a property Color so each shape on a layer can have its own color * BUG: Shape stroke is correctly drawed Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.project gambas/trunk/comp/src/gb.map/.src/Shapes/_ShapeItem.class gambas/trunk/comp/src/gb.map/.src/Tests/Form1.class gambas/trunk/comp/src/gb.map/.src/_MapShape.class gambas/trunk/comp/src/gb.map/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-05-09 20:56:50
|
Revision: 5651 http://sourceforge.net/p/gambas/code/5651 Author: gambix Date: 2013-05-09 20:56:48 +0000 (Thu, 09 May 2013) Log Message: ----------- [GB.MAP] * OPT: Cleaning Modified Paths: -------------- 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/MapView.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.class gambas/trunk/comp/src/gb.map/.src/Tools/Geo.module gambas/trunk/comp/src/gb.map/.src/_MapShape.class gambas/trunk/comp/src/gb.map/.src/_MapTile.class gambas/trunk/comp/src/gb.map/.src/_ViewLayer.class gambas/trunk/comp/src/gb.map/.startup Removed Paths: ------------- gambas/trunk/comp/src/gb.map/.src/Shapes/Shapes.class gambas/trunk/comp/src/gb.map/.src/Tools/_MapTileCache.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-08-31 12:25:23
|
Revision: 5823 http://sourceforge.net/p/gambas/code/5823 Author: gambix Date: 2013-08-31 12:25:17 +0000 (Sat, 31 Aug 2013) Log Message: ----------- [GB.MAP] * NEW: Begin the support for Web Map Server. * NEW: Grab Function return an image of the given bounds, with the given with and height, with the given margin arround. If the zoom is not defined then the better rendering zoom is used. * NEW: In MapView, there is two new function PixelToMapPointRel and MapPointToPixel that convert the mouse pos in MapPoint and the opposite. * NEW: In _MapTile, a new function SetCoockieFile allow to define the cookie file shared by all the httpsockets. It's usefull for using with some server that query a session. * NEW: In _MapTile, WMSProjection allow to define the server projection * NEW: In _MapTile, WMSARgs is a collection that allow to define the static args for the server (build the url) It miss the bbox order. Modified Paths: -------------- 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/MapView.class gambas/trunk/comp/src/gb.map/.src/Shapes/_ShapeItem.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.class gambas/trunk/comp/src/gb.map/.src/Tests/FMain.form gambas/trunk/comp/src/gb.map/.src/Tests/MMain.module gambas/trunk/comp/src/gb.map/.src/Tools/Geo.module gambas/trunk/comp/src/gb.map/.src/Types/MapBounds.class gambas/trunk/comp/src/gb.map/.src/_MapLayer.class gambas/trunk/comp/src/gb.map/.src/_MapShape.class gambas/trunk/comp/src/gb.map/.src/_MapTile.class gambas/trunk/comp/src/gb.map/.startup Added Paths: ----------- gambas/trunk/comp/src/gb.map/.src/FCarto.class gambas/trunk/comp/src/gb.map/.src/FCarto.form gambas/trunk/comp/src/gb.map/.src/Tests/Form2.class gambas/trunk/comp/src/gb.map/.src/Tests/Form2.form gambas/trunk/comp/src/gb.map/.src/Tools/Proj.class gambas/trunk/comp/src/gb.map/pointsparcelle This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |