ptv-logistics/xserver.net

Propagate the XMapStyle property to xmap-2 MapStyle

oliverheilig opened this issue · 1 comments

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";

implemented