Re: [mapguide-users] Map fails to initialize about 25% of the time

2011-10-26 Thread Zac Spitzer
using firebug, do you see any javascript errors in the console tab or red request errors in the net tab? On Thu, Oct 27, 2011 at 10:18 AM, tmblackflag wrote: > Hello, > > Using MGE 2012 w/ Studio, ASP.NET C#. > > About 25% of the time the map frame loads but the map itself fails to > initialize.

[mapguide-users] Re: change layer filter after map has been loaded

2011-10-26 Thread tmblackflag
that worked, for anyone trying to do something similar here is the code: InitializeWebTier(); MgUserInformation userInfo = new MgUserInformation(sessionId); MgSiteConnection siteConnection = new MgSiteConnection(); siteConnection.Open(userInfo);

[mapguide-users] Re: Text Labels tied to polygons are causing some to be hidden

2011-10-26 Thread tmblackflag
thank you as always Jackie. i was able to get this to work using a combination of layers labels and point labels for smaller polygons. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Text-Labels-tied-to-polygons-are-causing-some-to-be-hidden-tp6930063p6934631.html Sent fr

[mapguide-users] Map fails to initialize about 25% of the time

2011-10-26 Thread tmblackflag
Hello, Using MGE 2012 w/ Studio, ASP.NET C#. About 25% of the time the map frame loads but the map itself fails to initialize. I've checked my ACCESS logs and every time, including load failures i can see the server successfully getting the maps and all feature sources. The developer guide mentio

RE: [mapguide-users] Query widget: Internal Server Error on querycontroller.php with max. results > 30

2011-10-26 Thread Martin Morrison
What is your script timeout set to in PHP.ini? If you increase it, does it help? 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] Query widget: Internal Server Error on querycontroller.php with max. results > 30

2011-10-26 Thread Berg, Leandros van den [FGSBV]
Hi mapguide-users, When I execute a query and the maximum results are set higher than 30, I get a "HTTP Error 500.0 - Internal Server Error" on querycontroller.php and no results are shown. Setting the maximum result to 30 or less, the error does not occur and the results are shown. I'm using IIS

[mapguide-users] zoom to extent using bookmarks

2011-10-26 Thread Von Barth, Peter
Hi! I'm running MapGuide 2.1 on windows server 2003 R2 enterpriseX64 and maestro 3.5. I want to create "Bookmarks" in the task pane or in the map menu. Just a simple invoke URL to zoom to a certain extent within the Map in the same session. I know that in MapGuide 2.2 you can save an url to you

[mapguide-users] Re: Replicate properties pane functionality in my own custom pane

2011-10-26 Thread Jackie Ng
In ajaxmappane.templ there is a GetPropertyCtrl() function. Assuming proper encapsulation of the code (ie. All js access to get the property control should've been done via this GetPropertyCtrl() function), then you could sneakily replace the propertyCtrl variable that this function returns with yo