Re: [mapguide-users] How to get selection with fusion??

2014-03-05 Thread Kajar
I use MGOS 2.6, there is such widget as map.js only Maptip.js. Is this same as map widget. But where this selection info are displayed? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/How-to-get-selection-with-fusion-tp4187847p5107612.html Sent from the MapGuide Users

Re: [mapguide-users] FDO PostgreSQL/PostGIS provider on 64bit

2014-03-05 Thread kintela
Hi Jackie I have installed PostgreSQL 9.3 x64 and Mapguide opensource 2.5 x64 but how could I being sure that I have the correct version of libpq.dll? When I open the ..\fdo\postgresqlprovider.dll with The dependency walker I have several errors that affect to libpq.dll Thanks - kintela

Re: [mapguide-users] How to get selection with fusion??

2014-03-05 Thread GordonL
If you are using the Template (i.e. Aqua) I would just put the code in the index.html and not worry about a widget for now... -- View this message in context: http://osgeo-org.1560.x6.nabble.com/How-to-get-selection-with-fusion-tp4187847p5107726.html Sent from the MapGuide Users mailing list

Re: [mapguide-users] Mapgiude OS Mobile Viewer

2014-03-05 Thread doug709
I am running this viewer with one of my maps and it runs very well except for the layer browser. The issue is with expanding a layer which contains sublayers. When I click on such a layer it switches to the loading animation and does not advance further. The list of sublayers does not expand out

Re: [mapguide-users] Mapgiude OS Mobile Viewer

2014-03-05 Thread Rémy Gourrat
Hi, You're not alone. I never take the time to describe it but it's same for my maps too. Rémy Gourrat - AG-Carto - Bayonne -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Mapgiude-OS-Mobile-Viewer-tp4941633p5107769.html Sent from the MapGuide Users mailing list

Re: [mapguide-users] Pragmatically Turn off MapTip?

2014-03-05 Thread amorsell
Hi Gordon, You must have more than one instance of the MapTip widget in your layout? I am able to use the following to deactivate the maptip and toggle the UI button to the off position. I put this in my template index.html fusionInitialized function since the customer wanted maptips initially

Re: [mapguide-users] Mapgiude OS Mobile Viewer

2014-03-05 Thread Srecko Lipovsek
Hi, I put one fix into jqueryLayerTree.aspx. You can get it at: https://github.com/sreckolipovsek/KaliopaMobileViewer/blob/master/jqueryLayerTree.aspx Let me know if it helps ;) -- View this message in context:

Re: [mapguide-users] Fusion Maptips stop working

2014-03-05 Thread amorsell
So I was finally able to debug this using IE's developer tools. It turned out that somewhere, somehow bOverTip is getting stuck in the true state. When that happens, the if (this.bOverTip || this.mouseIsDown) im mouseMove will always evaluate to true and maptips will cease to work until the

Re: [mapguide-users] How to get selection with fusion??

2014-03-05 Thread Kajar
Ok I put the code to Aqua index.html also with openlayers popup code like this, but cant get popup working when select feature on map. What I'm doing wrong, I'm not skilled programmer, just beginner. script type=text/javascript //selection// var themap; var fusionInitialized = function() {