there's a few case sensitive gotcha's like that with mapguide... worth filing a bug?
On Fri, Oct 17, 2008 at 11:41 AM, Alex Fordyce <[EMAIL PROTECTED]> wrote: > > Kenneth, > > I don't know whether to laugh or cry, but that was it! Changed "png" to > "PNG" and it works great now. > > Thank you so much. > > Regards, > alex > > > Kenneth Skovhede, GEOGRAF A/S wrote: >> >> I use the GETMAPIMAGE function extensively, which I belive is the same >> function, and it works great. >> What line causes the error? >> Have you tried with "PNG" instead of "png"? >> >> Regards, Kenneth Skovhede, GEOGRAF A/S >> >> >> >> Alex Fordyce skrev: >>> Has anyone been successful using the RenderingService using release >>> 2.0.2? It >>> does not seem to be working for me. My install is MGOS 2.0.2 ,.NET, and >>> IIS. >>> >>> I am trying to save a map as a PNG to my local drive. >>> >>> I get the following error: "An unclassified exception occurred." and no >>> file >>> is created. Yes, c:\temp exists. :) >>> >>> Sample C# code: >>> >>> MgByteReader byteReader = renderingService.RenderMap(map, selection, >>> mapExtent, 650, 650, bgcolor, "png" ); >>> MgByteSink byteSink = new MgByteSink(byteReader); >>> string fileName = "c:\\temp\\myMap.png"; >>> byteSink.ToFile(fileName); >>> >>> Any suggestions or success stories would be welcomed. >>> >>> thanks. >>> alex >>> >>> >> _______________________________________________ >> mapguide-users mailing list >> [email protected] >> http://lists.osgeo.org/mailman/listinfo/mapguide-users >> >> > > -- > View this message in context: > http://www.nabble.com/RenderingService-on-MGOS-2.0.2-tp20005723p20023938.html > Sent from the MapGuide Users mailing list archive at Nabble.com. > > _______________________________________________ > mapguide-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapguide-users > -- Zac Spitzer - http://zacster.blogspot.com (My Blog) +61 405 847 168 _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
