- Implement property panel logic for when MapTheme is present on the MapData - implemented for MapPolygonData: -- Make Color property invisible -- Make other styling properties readonly - Improved existing MapData related tests: -- Renamed -- Moved converter asserts to default constructor asserts as converters are always active regardless of the state of the wrapped objectWTI-1551
- Implement property panel logic for when MapTheme is present on the MapData - implemented for MapPointData: -- Make Color property invisible -- Make other styling properties readonly - Reordered items in property panel for MapLineDataWTI-1551
- Implement property panel logic for when MapTheme is present on the MapData - implemented for MapLineData: -- Make Color property invisible -- Make other styling properties readonlyWTI-1551
Changed base class implementation for the FeatureBasedMapData properties: - Added properties related to MapThemes - Changed implementations of the DynamicReadOnly and DynamicVisible functionsWTI-1551
Implemented review comments from review 2425 WTI-450: * Updated xmldoc * Added rounding to property class value with annotation in string resources * Removed unneeded length calculation routines from more places