Re: [mapguide-users] Fusion Measure Tool Colour

2012-11-06 Thread Jackie Ng
If is what you see in the widget XML in Maestro, it's because that is the extension parameters declared in the widgetinfo xml for the Measure widget. If they are not being respected in Fusion, then it's most likely a bug. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabb

Re: [mapguide-users] Stop fusion map with commercial layer flashing the USA?

2012-11-06 Thread GordonL
Really, you don't want to see the USA prior to seeing the UK? Since the OpenLayers loads the background layer first and then sets the map extent second, this is hard to avoid. You could hide the entire map area behind a div until the map loads completely using the FUSION api. (maybe the Fusion.E

Re: [mapguide-users] Fusion - how to set the hyperlink to open in the taskpane?

2012-11-06 Thread GordonL
In your Fusion Flexible Web Layout, you need to create a InvokeURL widget (from within Maestro) Here is an example of one loading the http://mapguide.osgeo.org page into the task pane: -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Fusion-how-to-set-the-hyperlink-to-ope

[mapguide-users] Fusion Measure Tool Colour

2012-11-06 Thread GordonL
Hi All, in Maestro, there are parameters for adjusting the Measure widgets: I wonder, are these implemented? They seem not to be active. gordon -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Fusion-Measure-Tool-Colour-tp5014415.html Sent from the MapGuide Users m

Re: [mapguide-users] Spatial query fails: too many objects

2012-11-06 Thread Jackie Ng
Some things to try: - Getting the AGF MgByteReader of your mergedGeometries and inspecting the length. When applying the filters the spatial filter geometry the AGF is sunk into a MgByte which has a 16MB limit (lifted to 64MB post-2.2). If the MgByteReader length is greater than 16777216, this co

[mapguide-users] Spatial query fails: too many objects

2012-11-06 Thread von Wartburg, Jan BKSD
Hello, When trying to perform a spatial query (excerpt of code is below), I get after around 4 minutes an "500 Internal Server Error" in Firebug. The MapGuide error.log file shows nothing. I have a layer with around 2500 polygons and a layer with 2500 points (both SDF, same coordinate system). T

[mapguide-users] Cannot connect to large SDF files anymore

2012-11-06 Thread Gunter Becker
Hi, I have a large sdf file (42GB) that I cannot connect anymore with MapGuide 2.4/FDO 3.7. Worked well with MapGuide 2.2 / FDO 3.6. It is an unmanaged file and I can't see it neither in the Maestros "Select file"-dialog (Alias) nor in Autodesk Infrastructure Studio and if I open the FeatureSource

Re: [mapguide-users] Can't properly select Feature class out of a WMS in Maestro 5.0.0.7047

2012-11-06 Thread Jackie Ng
The WMS feature source editor - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Can-t-properly-select-Feature-class-out-of-a-WMS-in-Maestro-5-0-0-7047-tp5013988p5014299.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

Re: [mapguide-users] Fusion +Flexible Layouts

2012-11-06 Thread torrini
Hi Jamo, I just got through my definitions and took a step-by-step build of a layout. I found out that not the coordinate system (in my case it is the swiss CH1903 (EBSG:21781)) causes the problem but the layer-definition. A layer with a composite style won't work in a fusion layout. If there is a

Re: [mapguide-users] Fusion - how to set the hyperlink to open in the taskpane?

2012-11-06 Thread JamesDudden
Thanks for the response Jackie but could you be a bit more specific? In the MapGuide\Web\www\fusion\widgets folder there is an InvokeURL.js file but no InvokeURL folder. Is this where I should be looking? -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Fusion-how-to-set-th