Hi, It do not run with the parameter false in the instruction UTF8Encoding utf8 = new UTF8Encoding(false); In your link sample( http://trac.osgeo.org/mapguide/wiki/maestro/MaestroAPI/samples/CustomizedZoomWithWebLayout http://trac.osgeo.org/mapguide/wiki/maestro/MaestroAPI/samples/CustomizedZoomWithWebLayout ), it is a vb code with the mapguide maetro api; i will not change all my code because i use c# with mapguide api; i want to undestand why it do not run; i use the same method to change the filter in layers and it run very well ! what's append in my code?
thanks Kenneth Skovhede, GEOGRAF A/S wrote: > > You need to create the UTF8Encoding object with the parameter "false" > (meaning disable BOM). > > A slightly easier way to do this: > http://trac.osgeo.org/mapguide/wiki/maestro/MaestroAPI/samples/CustomizedZoomWithWebLayout > > Regards, Kenneth Skovhede, GEOGRAF A/S > > > > euskalmap skrev: >> Hi >> I provide the end user with a link to my special page (see the code1). In >> that page i redirect to the MapGuide viewer files (Response.Redirect). >> code1: >> http://n2.nabble.com/file/n2462320/sample1.jpg >> The fonction SetLayout Map modify the mapdefinition in my layout. See >> image >> here : >> http://n2.nabble.com/file/n2462320/sample2.jpg >> The problem : the layout is not modify and i have this message : An >> exception occurred in the XML parser. >> Have you an idea ? >> Thanks >> >> > _______________________________________________ > mapguide-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapguide-users > > -- View this message in context: http://n2.nabble.com/Modify-mapdefinition-in-a-layout-tp2462320p2466236.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
