Propagate the XMapStyle property to xmap-2 MapStyle
oliverheilig opened this issue · 1 comments
oliverheilig commented
Currently i have initialize the map profile via
myMap.XMapUrl = "xserver2-europe-test";
myMap.WrappedMap.Xmap2LayerFactory.MapStyle = "blackmarble";
this should also be possible:
myMap.XMapUrl = "xserver2-europe-test";
myMap.XMapStyle = "blackmarble";
oliverheilig commented
implemented