Hi Jackie, 

thanks for your message! I changed my code (not much work) but got problems
because some properties of the IMapLayer (visible and group) weren't  set
anymore.

Would it be possible to add these two lines to PlatformConnectionBase.cs
(line 1748-1752) to ensure that all properties from IMapLayer would be set
correctly to the RuntimeMapLayer:

  rtLayer.Visible = source.Visible;
  rtLayer.Group = source.Group;

You'd implented it already in ticket 
http://trac.osgeo.org/mapguide/ticket/1872 1872 

Gunter


--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/One-final-breaking-API-change-for-Maestro-4-0-tp7073891p7074127.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

Reply via email to