200.0.0
tanneryould
released this
14 Dec 21:40
·
21 commits
to main
since this release
ArcGIS Maps SDK for Qt 200.0.0 Release Notes
Enhancements
- Updated all samples to use Qt 6.
- Updated all samples to use C++17.
- Removed version numbers from QML files.
- Android samples now store offline data in scoped app storage.
- QML samples now use the ArcGIS Extras library to access the QStandardPaths class for offline data storage.
- Explicitly pass variables into async slots in QML files.
- Create and save KML file now saves to a temporary location.
- WebEngineQuick is no longer optional for samples that require it.
- Replaced deprecated uses of Job.cancel() with Job.cancelAsync().
- Samples now make use of QNetworkInformation class exposed through ArcGIS Extras library to determine online state.
Bug Fixes
- Removed or replaced deprecated QML modules.
- Fixed a bug where Add items to portal would get stuck on the load step if the sample item was already found in the Portal.
- Replaced a discontinued elevation source in some scene samples.
- Fixed a bug where multiple fields could be added to the "Statistical Query (Group Sort)" query and result in an error.
- Resolved a double-delete warning produced when closing QML Offline Map Overrides.
- Changed the initialization order of classes in main.cpp files to resolve deprecation warnings.
- Fixed a bug where QML Display Layer View Draw State would not properly show the draw state.
- Updated the metadata of the screenshot used for Group Layers to resolve invalid chromaticities warning.
- Resolved a "non-NOTIFYable property" warning when accessing a layer's name property in QML.
- Updated discontinued data used in WMTS Layer.
- Resolved a UI bug where labels would not appear on the controls for Animate 3D Symbols.
- Resolved multiple instances where properties of undefined components were being referenced.
- Fixed a bug with Identify KML Features where text would continue out of the popup.
- Fixed a bug where selected features would not deselect after moving them in QML Edit and Sync Features.
- Fixed a bug where Browse OGC API Feature Service would crash when attempting to load a layer from an empty list model.
- Replaced missing tent symbol in Picture Marker Symbol.
- Fixed a bug where QML Search Dictionary Symbol Style would crash when retrieving symbolUrl.
- Resolved "null width" warnings in multiple samples.