Thread: [Gambas-devel-svn] SF.net SVN: gambas:[6715] gambas/trunk/comp/src/gb.map (Page 2)
Brought to you by:
gambas
From: <ga...@us...> - 2014-12-10 21:04:21
|
Revision: 6715 http://sourceforge.net/p/gambas/code/6715 Author: gambix Date: 2014-12-10 21:04:18 +0000 (Wed, 10 Dec 2014) Log Message: ----------- [GB.MAP] * New: Interface to implement WMS support * New: Proj class is a frontend to cs2cs to make projection transformation. 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/Tests/Form2.class gambas/trunk/comp/src/gb.map/.src/Tools/Geo.module gambas/trunk/comp/src/gb.map/.src/Tools/Proj.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/Tests/FTestWmts.class gambas/trunk/comp/src/gb.map/.src/Tests/FTestWmts.form gambas/trunk/comp/src/gb.map/.src/Tests/Form3.class gambas/trunk/comp/src/gb.map/.src/Tests/Form3.form gambas/trunk/comp/src/gb.map/.src/Tests/Form4.class gambas/trunk/comp/src/gb.map/.src/Tests/Form4.form gambas/trunk/comp/src/gb.map/.src/Types/TileSource.module gambas/trunk/comp/src/gb.map/Text1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-13 22:51:56
|
Revision: 6733 http://sourceforge.net/p/gambas/code/6733 Author: gambix Date: 2014-12-13 22:51:48 +0000 (Sat, 13 Dec 2014) Log Message: ----------- [GB.MAP] * BUG: Now the proj class take and return MapPoints convertion in the good way * BUG: The WMS is really working now and _maptile layer is now able to tile and cache a BBoxed wms rendered map. * NEW: and external httpserver can be instanciate to load layer maps. This is usefull when the server queries a specific way to access to the wms permissions. Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.project gambas/trunk/comp/src/gb.map/.src/Tests/Form2.class gambas/trunk/comp/src/gb.map/.src/Tools/Geo.module gambas/trunk/comp/src/gb.map/.src/Tools/Proj.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...> - 2014-12-18 16:21:48
|
Revision: 6751 http://sourceforge.net/p/gambas/code/6751 Author: gambix Date: 2014-12-18 16:21:40 +0000 (Thu, 18 Dec 2014) Log Message: ----------- [GB.MAP] * OPT: Upgrade the gb.map status to Not Terminated but stable. * NEW: New property ClearCache(Optional Days) that remove files from cache according to the distance time in day. Or all files if they're is no days given in parameters. Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.component gambas/trunk/comp/src/gb.map/.icon.png 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/Tests/FMain.class gambas/trunk/comp/src/gb.map/.src/Tests/Form2.class gambas/trunk/comp/src/gb.map/.src/Tests/MMain.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 gambas/trunk/comp/src/gb.map/.src/_ViewLayer.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...> - 2016-01-07 20:28:23
|
Revision: 7563 http://sourceforge.net/p/gambas/code/7563 Author: gambix Date: 2016-01-07 20:28:22 +0000 (Thu, 07 Jan 2016) Log Message: ----------- [GB.MAP] * BUG: SexToDec now now convert float value with a dot Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.project gambas/trunk/comp/src/gb.map/.src/MapView.class 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/.startup This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-31 09:31:17
|
Revision: 7950 http://sourceforge.net/p/gambas/code/7950 Author: gambix Date: 2016-10-31 09:31:15 +0000 (Mon, 31 Oct 2016) Log Message: ----------- [GB.MAP] * BUG: Now polyline work properly. * BUG: Zoom down does not change the center of the map anymore. Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.component gambas/trunk/comp/src/gb.map/.project gambas/trunk/comp/src/gb.map/.src/MapView.class gambas/trunk/comp/src/gb.map/.src/Tests/Form5.form 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/Tests/Form6.class gambas/trunk/comp/src/gb.map/.src/Tests/Form6.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-05-16 20:31:59
|
Revision: 8135 http://sourceforge.net/p/gambas/code/8135 Author: gambix Date: 2017-05-16 20:31:57 +0000 (Tue, 16 May 2017) Log Message: ----------- [GB.MAP] * BUG: Now PolyLine Shape don't close the polygon by default you must add a end point to the same position than the first o achieve that. * NEW: The _ShapeItem class have a new LineWidth property that allow to change the thinkness of the drawing element. Modified Paths: -------------- gambas/trunk/comp/src/gb.map/.info gambas/trunk/comp/src/gb.map/.src/Shapes/_ShapeItem.class gambas/trunk/comp/src/gb.map/.src/Tests/Form6.class gambas/trunk/comp/src/gb.map/.src/Tests/Form6.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. |