[mapguide-users] How to display icons or pictures on map

2011-05-26 Thread anand
Hi, I am new to Mapguide. In our application we only used to highlight a single parcel but, now i need to display an icon or image (like temple image if at all the parcel is a temple) on the map. If anybody know how to do that please help me. -- View this message in context:

[mapguide-users] ToolTip for Dynamic Layer

2011-05-26 Thread Naveen Mishra
Hi, I have created dynamic layer in my application (.net) i m using mapguide open source 2.1, i m not able to get the tooltip for the dynamic layer (points layer) following is the xml using which i m making my layer ?xml version=1.0 encoding=UTF-8? LayerDefinition version=1.0.0 xmlns:xsi=

[mapguide-users] MapGuide 2.2 x64 on Windows Server 2008 x64

2011-05-26 Thread Matteo
Hi all, I have install Mapguide 2.2 (64 bit) on Windows Server 2008 R2 64 bit. I have choose IIS as Web Server and PHP as API. I wuold like to connect with Microsoft SQL Server 2008 but on PHP extension there isn't any extension for MSSQL. I read that PHP 5.3 don't have native extension for

RE: [mapguide-users] MapGuide 2.2 x64 on Windows Server 2008 x64

2011-05-26 Thread Martin Morrison
There isn't a native 64 bit PHP extension. The 32 bit one will not work. Martin Morrison Application Engineer Engineering Design Systems, Inc. 3780 Peters Creek Rd Ext SW Roanoke, VA 24018 540.345.1410 gis.edsi.com -Original Message- From: mapguide-users-boun...@lists.osgeo.org

[mapguide-users] RE: MapGuide 2.2 x64 on Windows Server 2008 x64

2011-05-26 Thread Matteo
Hi Martin, so is impossible to develop a Mapguide/SQL Server application in php on a windows server 2008 R2 x64? Regards Matteo -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/MapGuide-2-2-x64-on-Windows-Server-2008-x64-tp6406785p6406925.html Sent from the MapGuide

[mapguide-users] Maestro SDK available

2011-05-26 Thread Jackie Ng
Hi All, As I hinted briefly earlier. The 3.1 release of Maestro is also the first release to have a separate SDK package. The SDK for Maestro 3.1 is now finally available for download: http://download.osgeo.org/mapguide/maestro/MaestroSDK_3.1.0.zip What is in this package? * The set of .net

[mapguide-users] RE: MapGuide 2.2 x64 on Windows Server 2008 x64

2011-05-26 Thread Jackie Ng
Is there anything stopping you from creating SQL Server feature sources in MapGuide and using the MgFeatureService directly to access this data? - Jackie -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/MapGuide-2-2-x64-on-Windows-Server-2008-x64-tp6406785p6407079.html

RE: [mapguide-users] RE: MapGuide 2.2 x64 on Windows Server 2008 x64

2011-05-26 Thread Martin Morrison
If you are asking me, the answer is: that works. If you are asking the original poster, I have no clue... Martin Morrison Application Engineer Engineering Design Systems, Inc. 3780 Peters Creek Rd Ext SW Roanoke, VA 24018 540.345.1410 gis.edsi.com -Original Message- From:

RE: [mapguide-users] RE: MapGuide 2.2 x64 on Windows Server 2008 x64

2011-05-26 Thread Martin Morrison
No, that is not correct. We do it all the time, our in-house servers are using that setup. Use FDO, ODBC, or write your own. You just can't use the PHP extension. Martin Morrison Application Engineer Engineering Design Systems, Inc. 3780 Peters Creek Rd Ext SW Roanoke, VA 24018 540.345.1410

RE: [mapguide-users] RE: MapGuide 2.2 x64 on Windows Server 2008 x64

2011-05-26 Thread Martin Morrison
I should also note that is *NOT* a MapGuide or Maestro issue, this is purely a Microsoft issue. They wrote the original extension and they need to update it for 64 bit. Martin Morrison Application Engineer Engineering Design Systems, Inc. 3780 Peters Creek Rd Ext SW Roanoke, VA 24018

[mapguide-users] RE: MapGuide 2.2 x64 on Windows Server 2008 x64

2011-05-26 Thread GordonL
I use SQL Server 2008 with 64bit all the time with PHP on Apache on Windows 2008 R2. You might run into an issue accessing a 32bit SQL Server with the 64bit PHP driver, I haven't checked. -- View this message in context:

[mapguide-users] Re: ToolTip for Dynamic Layer

2011-05-26 Thread GordonL
You have a lot of choices 1. Programatically change the tooltip by loading the layer, modifing the xml, adding the layer back to the map ToolTip'Hello'/ToolTip 2. Changing the value of the tooltip in the database (works if your layer is: (1)ODBC Points, (2)Joined to a Database (3) Generated

[mapguide-users] Using GetScale() and GetCenter() in another frame

2011-05-26 Thread jamsea
I'm trying to get the scale and x y coordinates of the currently loaded map with javascript, but I'm having trouble figuring out which frame I have to call the script from. My application is based on the phpviewersample application. I was able to use the ZoomToView() function in the TitleFrame by

[mapguide-users] Re: Using GetScale() and GetCenter() in another frame

2011-05-26 Thread Jackie Ng
Here's a diagram of the AJAX viewer frame structure: http://trac.osgeo.org/mapguide/browser/trunk/MgDev/Doc/devguide/source/images/frame_structure.png Identify the frame you are calling from, and the frame you are calling into. That way you know how many parent frames you need to jump up (if

[mapguide-users] Re: Query Features does not work

2011-05-26 Thread snrt100
a little help please I am BEGINNER with mapguide and I find no solution -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Query-Features-does-not-work-tp6392727p6409671.html Sent from the MapGuide Users mailing list archive at Nabble.com.