[mapguide-users] Re: MGOS Windows Server 2008R2 - mapagent.fcgi / isapi_MapAgent.dll 50x errors

2012-02-13 Thread Jackie Ng
The only breaking API changes are exception handling code (you now call MgException.GetExceptionMessage() instead of MgException.GetMessage()), other than that your code should not require any other modifications to work with the 2.2 release. The main reason you should be looking at 2.2 is that is

[mapguide-users] Re: MGOS Windows Server 2008R2 - mapagent.fcgi / isapi_MapAgent.dll 50x errors

2012-02-13 Thread cheesybiscuits
I appreciate the suggestion but there is additional complexity here - an existing PHP application which I am migrating is heavily dependent on the 2.1 PHP sample viewer (the application is essentially just the sample plus custom code, all in the same scripts) and according to the docs the viewers n

Re: [mapguide-users] MGOS Windows Server 2008R2 - mapagent.fcgi / isapi_MapAgent.dll 50x errors

2012-02-13 Thread Zac Spitzer
I would suggest trying out the 2.2 release? On Tue, Feb 14, 2012 at 7:29 AM, cheesybiscuits wrote: > I am fighting with MG OS 2.1 on Windows Server 2008R2 (64-bit) and any > suggestions would be really welcome. > > IIS (7.5) is running multiple versions of PHP as I have other sites already > on t

[mapguide-users] MGOS Windows Server 2008R2 - mapagent.fcgi / isapi_MapAgent.dll 50x errors

2012-02-13 Thread cheesybiscuits
I am fighting with MG OS 2.1 on Windows Server 2008R2 (64-bit) and any suggestions would be really welcome. IIS (7.5) is running multiple versions of PHP as I have other sites already on the same server. The mapguide virtual directory is using the 5.2.5 TS version of PHP it ships with via FastCGI

[mapguide-users] Re: Darn DLL files again

2012-02-13 Thread Hans Milling
Thanks jackie I've removed the Reference from the project and rebuild it. That solved the error messages when opening a localnative connection. I have another error now, but I don't think it's the MaestroAPI this time :) Hans... -- View this message in context: http://osgeo-org.1560.n6.nabble.c

[mapguide-users] Re: How to create new/empty vector layer definition?

2012-02-13 Thread Jackie Ng
Use the ObjectFactory for creating resource objects from scratch. Use the ResourceTypeRegistry for creating resource objects from XML strings. http://themapguyde.blogspot.com.au/2011/08/maestro-api-3-ways-to-create-and-work.html - Jackie -- View this message in context: http://osgeo-org.1560.n

[mapguide-users] How to create new/empty vector layer definition?

2012-02-13 Thread Hans Milling
Hi all How can I create a new/empty ILayerDefinition object? I used to (MaestroAPI 2) create a new ILayerDefinition by using xml and deserialize and then save the resource (see code below), but in MaestroAPI 4 i get the error: System.NotSupportedException - Cannot serialize interface OSGeo.MapGui

[mapguide-users] Re: MGCooker and tile format

2012-02-13 Thread Jackie Ng
PNG8 tiles won't be transparent. It's a bug: http://trac.osgeo.org/mapguide/ticket/743 - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MGCooker-and-tile-format-tp4191697p4464635.html Sent from the MapGuide Users mailing list archive at Nabble.com. __

[mapguide-users] Re: MGCooker and tile format

2012-02-13 Thread Nimrod Cnaan
Hi zak, My Q Is - Does PNG8 Support Tiled Map format in mapguide Ajax Viewer ? -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MGCooker-and-tile-format-tp4191697p4464567.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___