|
POST
|
Hello, This is known issue and it was fixed in 100.14 (BUG-000145979 https://developers.arcgis.com/qt/v100/release-notes/prior-releases/release-notes-for-100-14/#issues-resolved). Can you try with last version? (100.15 for Qt5 or 200.2 for Qt6)
... View more
09-27-2023
10:13 AM
|
1
|
0
|
3664
|
|
POST
|
Hello, I tried to reproduce this issue, but I can't detect a memory leak (200.3 on Mac). Can you provide more details to reproduce it? which platform? which version of SDK? are you using QtWidgets or QtQuick? Is it 2D map or 3D scene? a minimal code to reproduce the issue if possible Off topic, is there a reason to use a raw buffer (QFile, QByteArray)? In your code, I guess there is a problem with the lifetime of the buffer. You can load an image directly with QImage: QImage testImg(path_to_image); Second point, 1080x1080 image is very big for a symbol.
... View more
09-26-2023
05:37 PM
|
0
|
1
|
3683
|
|
POST
|
Hello, TimeSlider uses "Time Interval" and "Time Interval Units" from JSON to determine the range in TimeSlider. In HurricaneTracks2005, these values are defined, but not in Time_atlantic_hurricanes_2000_Hosted. Online MapViewer uses default values to work. We're working to determine if this should be considered as a bug or if these "Timer Interval" settings are not supported.
... View more
09-26-2023
09:20 AM
|
0
|
0
|
1258
|
|
POST
|
Hello, We cannot at this time guarantee when the problem will be corrected, but we will investigate and try to get them fixed for 200.3. Thank you
... View more
09-22-2023
11:37 AM
|
0
|
0
|
659
|
|
POST
|
Hello Pietro, Sorry for the delay to answer. I can reproduce this problem and I'm trying to understand it. I'll be back soon.
... View more
09-21-2023
07:58 PM
|
0
|
0
|
1286
|
|
POST
|
Hello Fatma, I tried to reproduce your problem, with a map and a scene, and 50000 text symbols in graphic overlay. Everything looks good. Can you share a code and procedure to reproduce this problem? Thank you.
... View more
09-21-2023
05:51 PM
|
1
|
1
|
1554
|
|
POST
|
Hello, Non-common transformations are supported using projection engine data. All details are explained here https://developers.arcgis.com/qt/spatial-and-data-analysis/spatial-references/ and you can download data here https://developers.arcgis.com/downloads/#pedata. You can use `TransformationCatalog::setProjectionEngineDirectory` https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-transformationcatalog.html#setProjectionEngineDirectory to set the path to transformation data. const QString dataPath {"path/to/Projection_Engine_Data_200_2_0/pedata"};
TransformationCatalog::setProjectionEngineDirectory(dataPath);
... View more
09-20-2023
11:54 AM
|
1
|
0
|
1221
|
|
POST
|
Hello, I'm sorry, I didn't realize that you're using QtWidgets. You're right, `update` doesn't work in this case. There is no workaround. We will fix that as soon as possible.
... View more
09-20-2023
10:36 AM
|
0
|
3
|
2233
|
|
POST
|
Hello, I can reproduce the problem with raster layer. I'm investigating and I'll come back.
... View more
09-20-2023
09:56 AM
|
0
|
0
|
1233
|
|
POST
|
Can you post a minimal code to reproduce the problem?
... View more
09-15-2023
09:53 AM
|
0
|
6
|
2287
|
|
POST
|
I can reproduce with 200.1 and 2002. We will investigate to understand the problem. You can force the update using `update` function: mapGraphicsView->setAttributionTextVisible(false);
mapGraphicsView->update();
... View more
09-14-2023
09:49 PM
|
0
|
1
|
2298
|
|
POST
|
Hello Troy, I tested with 200.2, everything looks fine. I'll try with 200.1. EDIT : which platform do you use? And which license level?
... View more
09-14-2023
04:22 PM
|
0
|
1
|
2301
|
|
POST
|
Hi. Yes, there are setter and getter for geometry in Feature class: https://developers.arcgis.com/qt/cpp/api-reference/esri-arcgisruntime-feature.html#geometry
... View more
09-13-2022
09:21 AM
|
0
|
0
|
1111
|
|
POST
|
Hello, You can use ShapefileFeatureTable to load and save shapefile. There is an example in samples here: https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_CppSamples/Layers/FeatureLayerShapefile. And you can use addFeature to add feature on table https://github.com/Esri/arcgis-runtime-samples-qt/tree/main/ArcGISRuntimeSDKQt_QMLSamples/EditData/AddFeaturesFeatureService
... View more
09-08-2022
10:48 AM
|
0
|
2
|
1119
|
|
POST
|
Bonjour Il y a eu un problème lors de la publication de votre code, tout a été traduit en français. Pouvez-vous reposter votre code ? Merci Guillaume
... View more
05-31-2022
11:36 AM
|
0
|
1
|
1774
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-25-2025 12:25 PM | |
| 1 | 07-24-2024 09:17 AM | |
| 1 | 10-23-2023 09:06 AM | |
| 1 | 09-21-2023 05:51 PM | |
| 1 | 09-27-2023 10:13 AM |
| Online Status |
Offline
|
| Date Last Visited |
07-08-2025
08:36 AM
|