Re: [mapguide-users] ZoomToView

2012-09-04 Thread veer-singh
Hello Lists, After working for days into this , i have analyzed that when i am adding custom command into my basic layout in ajaxviewer and then using ZoomToView(), its working but my situation is different, i want to expose my application as a URL to other system which will consume my appl

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-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 MapGuid

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 wrote: > Looks like the code you have shown should show a tooltip upon hovering, > perhaps just some minor syntax error to take

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] Background color mapguide 2.2

2012-09-04 Thread Jamo
Perhaps use a custom print button that will modify your map definition assigning a white background. Then print using the modified map definition. Once done set it back to black? -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Background-color-mapguide-2-2-tp4999731p4999796

Re: [mapguide-users] Setting up GDAL on MapGuide 2.2 for geotiff support

2012-09-04 Thread Steve G
Can you describe your configuration for loading files into your GDAL Feature Source (Single; Composite. File based; Alias file; Alias folder) and what has been successful? There has been a http://trac.osgeo.org/mapguide/ticket/2035 defect reported (I now see that it has been fixed). I have had

Re: [mapguide-users] problem with selection from task pane

2012-09-04 Thread renardchan
Ok thanks, in a my $selectionXml was changing case and delete some parses. Finaly i use . So my problem was unrelated to mapguide. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/problem-with-selection-from-task-pane-tp4999654p4999704.html Sent from the MapGuide Users

Re: [mapguide-users] problem with selection from task pane

2012-09-04 Thread Jackie Ng
XML attributes must *always* be surrounded by quotes. XML tag elements are also case sensitive. != - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/problem-with-selection-from-task-pane-tp4999654p4999655.html Sent from the MapGuide Users mailing list archive at N

[mapguide-users] problem with selection from task pane

2012-09-04 Thread renardchan
hello, I would like select features from the task pane. i try to do that with example from DevSampleGuide (SELECTFEATURES.PHP). The example is working but i have a problem with my own selection. I use mapguide 2.1 / apache/php. i generate a the constant $selectionXml. I have seen that a i have

Re: [mapguide-users] WMS & openlayers problem

2012-09-04 Thread jackyfox
i using firebug inspect the map image copy link and paste to browser also blank page missing parameter??? http://localhost:8008/mapguide/mapagent/mapagent.fcgi?LAYERS=Sarawak%2FLayers%2FSIBU_ROAD%2CSarawak%2FLayers%2FRivers_Goggle%2CSarawak%2FLayers%2FDivisional_Boundary&TRANSPARENT=FALSE&SERVICE

Re: [mapguide-users] WMS & openlayers problem

2012-09-04 Thread Jackie Ng
Inspect the failed requests in your browser's developer tools. They'll give more information as to why you have a broken image instead of a tile. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/WMS-openlayers-problem-tp4999358p4999618.html Sent from the MapGuide U

Re: [mapguide-users] mg 2.4+ubuntu 12.04 error connect postgres/mysql

2012-09-04 Thread Zac Spitzer
um does PostgreSQLProvider.dll exist? do you have the correct PG client installed? On Tue, Sep 4, 2012 at 5:33 PM, greg_sk wrote: > Hm so PostGIS doasn't work on 2.4 RC1 ? I get : > > Message: The remote server returned an error: (559) MgFdoException.: > An exception occurred in FDO component. >

Re: [mapguide-users] mg 2.4+ubuntu 12.04 error connect postgres/mysql

2012-09-04 Thread greg_sk
Hm so PostGIS doasn't work on 2.4 RC1 ? I get : Message: The remote server returned an error: (559) MgFdoException.: An exception occurred in FDO component. Unable to load the FDO Provider library '.\PostgreSQLProvider.dll': The specified module could not be found. (Cause: , Root Cause: Unable

Re: [mapguide-users] WMS & openlayers problem

2012-09-04 Thread jackyfox
Hi now i face new problem i cant load my map properly mostly blank page some time display some partial map http://osgeo-org.1560.n6.nabble.com/file/n4999612/01.jpg http://osgeo-org.1560.n6.nabble.com/file/n4999612/02.jpg how come like this? code?map setting?or server?? anyone can help?? thanks