Support xserver-2 version number for XMapUrl
oliverheilig opened this issue · 1 comments
oliverheilig commented
The auto initiaization of xmap-2 layers via
myMap.XMapUrl = "xserver2-europe-eu-test";
initializes the control to use head version, without version number. We should not encourage developers to use head, but a specific version instead. So add something like
myMap.XMapUrl = "xserver2-europe-eu-test;version=2.8";
which should resolve to
https://xserver2-europe-eu-test.cloud.ptvgroup.com/services/(rs|rest)/XMap/2.8/
oliverheilig commented
implemented