f71757ade1
* 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. git-svn-id: svn://localhost/gambas/trunk@5823 867c0c6c-44f3-4631-809d-bfa615b0a4ec
20 lines
377 B
XML
20 lines
377 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 3.4.90
|
|
Title=gb.map
|
|
Startup=Form2
|
|
Icon=.hidden/control/mapview.png
|
|
Version=3.4.90
|
|
VersionFile=1
|
|
Component=gb.image
|
|
Component=gb.gui
|
|
Component=gb.form
|
|
Component=gb.db
|
|
Component=gb.db.form
|
|
Component=gb.net
|
|
Component=gb.net.curl
|
|
Component=gb.xml
|
|
Description="Map viewer"
|
|
Authors="Fabien Bodard"
|
|
TabSize=2
|
|
Type=Component
|
|
Packager=1
|