Re: [mapguide-users] How to get selected feature information in popup window

2012-09-11 Thread elliott17
I am running php 5.4.6 on Server 2008 with MGOS 2.2 and SQL server 2008 r2. I have set up a php page to call an image for the Fusion map tip and keep getting an error (500 internal server error). I created an identical php file on the server and it works. My post message is Test Test!!

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-11 Thread Ryan Northcott
error 500 on SQL Server means the actual DB connection wasn't made (or lost), or timed out so you might be looking more at your connection settings and ensure those channels are valid etc. or perform simple tests on a super small table.. like... select * from Table1 where ID5 just to ensure

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-11 Thread elliott17
I am hitting the server as per the test. It leads me to believe that it is some permissions with php perhaps? -- View this message in context: http://osgeo-org.1560.n6.nabble.com/How-to-get-selected-feature-information-in-popup-window-tp4999139p5001175.html Sent from the MapGuide Users

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-11 Thread Zac Spitzer
php logs it's errors out to the apache error log, or you can enable display_errors, which I would recommend in dev http://www.php.net/manual/en/errorfunc.configuration.php#ini.display-errors On Wed, Sep 12, 2012 at 6:59 AM, elliott17 ellio...@ae.ca wrote: I am hitting the server as per the

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-04 Thread Jamo
Looks like the code you have shown should show a tooltip upon hovering, perhaps just some minor syntax error to take care of. $_GET[gid] this will get your gid for your dynamic image so replace The Concat statement for your tooltip needs some work, you require a Concat function for each value

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-04 Thread Zac Spitzer
also remember to parametrise all your queries in php, otherwise you are wide open to sql injection attacks, never trust user input! On Wed, Sep 5, 2012 at 11:10 AM, Jamo adam.jami...@portbris.com.au wrote: Looks like the code you have shown should show a tooltip upon hovering, perhaps just some

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-04 Thread nandankishorks
Thank you very much Sir, Its working fine... Now I understand the difference between GET method and POST. - -Nandan -- View this message in context: http://osgeo-org.1560.n6.nabble.com/How-to-get-selected-feature-information-in-popup-window-tp4999139p4999820.html Sent from the

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-04 Thread nandankishorks
@Zac Spitzer, thank u sir.. I will take care of it.. - -Nandan -- View this message in context: http://osgeo-org.1560.n6.nabble.com/How-to-get-selected-feature-information-in-popup-window-tp4999139p4999821.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-03 Thread Saurabh Gupta. Noida
] On Behalf Of nandankishorks [nandakishorks2...@gmail.com] Sent: Saturday, September 01, 2012 1:29 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] How to get selected feature information in popup window Hello all, I need to display selected feature information in popup window

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-03 Thread nandankishorks
Hello Sir, I need to display it on the map itself like in openlayers. I am using fusion and looking in the php-javascript.. Any idea sir.. - -Nandan -- View this message in context:

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-03 Thread Saurabh Gupta. Noida
[nandakishorks2...@gmail.com] Sent: Monday, September 03, 2012 12:02 PM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] How to get selected feature information in popup window Hello Sir, I need to display it on the map itself like in openlayers. I am using fusion

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-03 Thread nandankishorks
Thank u sir, I ll try it out now ... - -Nandan -- View this message in context: http://osgeo-org.1560.n6.nabble.com/How-to-get-selected-feature-information-in-popup-window-tp4999139p4999388.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-03 Thread nandankishorks
Sir, I tried with that code by adding it into map.js in widget folder, but I am not getting any alert message from that.. Thanks in Advance... - -Nandan -- View this message in context:

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-03 Thread Jamo
Sounds like you want to create a styled div at runtime over the top of the map at a designated screen position. I've got no code samples for you just a thought process. I can think of two ways to accomplish this. Server Side: actually create some kind of popup Mapguide Layer at runtime and upon

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-03 Thread nandankishorks
I am very Thankful for your reply and suggestions. Actually my requirement is same as you mentioned in your reply. I have got one code for tooltip, but its not a dynamic. What to do can you help me from this. here is that code.. Concat('div http://localhost/display.php?gid=', gid, ' br/gid: ',

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-02 Thread Jamo
nandankishorks, Which viewer are you using Fusion or AJAX? Jamo -- View this message in context: http://osgeo-org.1560.n6.nabble.com/How-to-get-selected-feature-information-in-popup-window-tp4999139p4999290.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] How to get selected feature information in popup window

2012-09-02 Thread nandankishorks
I am using Fusion viewer. Is it possible to do popup window in MapGuide. Thanks in advance.. - -Nandan -- View this message in context: http://osgeo-org.1560.n6.nabble.com/How-to-get-selected-feature-information-in-popup-window-tp4999139p4999307.html Sent from the MapGuide Users

[mapguide-users] How to get selected feature information in popup window

2012-09-01 Thread nandankishorks
Hello all, I need to display selected feature information in popup window. But I am not getting from where should I need to start and what what should be added. I am trying with tooltip option.. I don't know weather it will help me. Please help me from this... Thanks in advance -