-
ArcGIS Android SDK for Qt 300.0.0 Configuration issue while running the application
While running the qt application, the following link issue keeps coming up. It would be really helpful if there are any steps to correct to correct this issue .
-
Scalebar - Cannot change unitSystem
I am using ArcGIS Runtime & Toolkit 200.7. I have the following code in a QML file: MapViewBackend { id: mapViewBackendId mapView: mapViewId Component.onCompleted: scalebarId.mapView = mapViewId } MapView { id: mapViewId Scalebar { id: scalebarId anchors.bottom: parent.attributionTop anchors.right: parent.left…
-
ArcGIS Maps SDK for Qt 300.0.0 Project fails to configure in Qt Creator : Build is disabled and Cmake cannot load
Hi, I'm a student learning Qt and trying to setup the environment for using ArcGIS sdk for Qt. I'm unable to run even the default ArcGIS project created from the Qt Creator template. The following installation have been performed : Qt 6.11.1 Qt Creator 20.0.0 ArcGIS Maps Sdk for Qt 300.0.0 The build system being used :…
-
Possible memory leak with Dictionary Renderer and very dynamic attributes
A while ago I've reported following issue Solved: Possible memory leak with Dictionary Renderer and ... - Esri Community for which a fix was released in ArcGIS SDK for Qt v200.8.2 and v.300.0.0. > BUG-000181142: Memory leak with DictionaryRenderer and very dynamic attributes. However, with both of these version we still…
-
Support for S-63 / S-101 ENC in ArcGIS Maps SDK for Qt?
Hi everyone, I'm currently working on a project that requires displaying nautical charts within a mapping application using the ArcGIS Maps SDK for Qt on Linux. I'd like to ask if Esri has any plans to officially support ENC formats such as S-63 and S-101 in the Qt SDK. I noticed that the .NET SDK already includes S-63 ENC…
-
Check visibility of a feature
Hello, I have a map application that has multiple tables with information representing a data file. The user is able to show/hide certain features for each file individually. On the back end I am using `FeatureLayer::setFeatureVisible()` to change the visibility of specific features. I am currently running into an issue…
-
Bug: Primitive Overrides do not work for CIMTextSymbol (Dictionary Renderer)
We'd like to be able to dynamically adjust text sizes. We have for example following symbol containing a CIMTextSymbol. We add the primitive name "label_symbol" to the level where the height of the text symbol should be configurable. { "type": "CIMPointSymbol", "symbolLayers": [ { "type": "CIMVectorMarker", "enable": true,…
-
Qt/QML App Freezing on iPadOS 26.1 – GPU Errors
I work on a Qt/QML app that is deployed to both Windows and iPads. With a recent iPad OS upgrade to 26.1, many iPad users are reporting the application freezing after panning and/or identifying features in the map. It runs fine for our Windows users. I was able to reproduce this and grabbed the following error messages…
-
Possible memory leak with Dictionary Renderer and very dynamic attributes
We are experiencing a possible memory leak when using the dictionary renderer and very dynamic attributes. We are using the APP-6(E) dictionary style downloaded from https://www.arcgis.com/home/group.html?id=07dd0bdb5ea441269a05a502508eb499 We're updating the attributes of existing graphics on a defined tick. QVariantMap…
-
Google Play compatibility requirement - support 16 KB page sizes
[Support 16 KB page sizes | Compatibility | Android Developers| https://developer.android.com/guide/practices/page-sizes#build Starting November 1st, 2025, all new apps and updates to existing apps submitted to Google Play and targeting Android 15+ devices must support 16 KB page sizes on 64-bit devices. Qt fixed it in…
-
Error 3052 on feature class copied from gpkg into mobile geodatabase when loaded into runtime app
I have a gpkg that is large and has a bunch of feature classes, I only care about one of them. So I wrote a python script to `arcpy.CreateMobileGDB_management` then for the feature class I want it calls `arcpy.conversion.FeatureClassToGeodatabase` to write that one to the mobile geodatabase. Then when I load that mobile…
-
CIM Shape Marker / Solid Strokes rendering issue with large values for dash template, placement template
We're having rendering issues of CIM Shape Markers / Solid Strokes when using large values for dash template, placement template settings. Here's an example: Here's an example of smaller values for dash template, placement template properties where rendering seems fine: Settings for J (Shape Marker): Settings for line…
-
Drawing MarkerSymbols on the Vertices of a MultilayerPolygonSymbol
Hi everyone! I have a question about creating and configuring a MultilayerPolygonSymbol in the ArcGIS Maps SDK 200.6.0. My goal is to draw a polygon on the map while using a MarkerSymbolLayer to draw symbols on the vertices, a StrokeSymbolLayer to configure the outline and a FillSymbolLayer to configure the fill style.…
-
The map is only visible when the MapGraphicView is not focused.
Hi all ! I have a question about MapGraphicsView. When I click on the MapGraphicsView map with the mouse, the map turns black. When I click on another widget with the mouse, for example a button, the map is displayed correctly. When I click on the MapGraphicsView map again, the map turns black again. I have two test…
-
Augmented Reality Deprecated - What to use instead?
It looks like the Qt SDK 200.8 has deprecated the AR components, which I was hoping to make use of. Any suggestion as to why this has happened, and is there any alternative suggested that plays well with the Qt ecosystem? There is QtQuick 3d Xr ..... is there a way to easily integrate ArcGIS feature service data within…
-
Replacement for deprecated Graphic::geometryChanged signal (Or how to track a moving graphic with the viewpoint)
In 200.8 the signal Graphic::geometryChanged was deprecated. We used this signal to update the viewpoint of a Map View whenever a selected point geometry changes its position, e.g. to make the viewpoint follow the geometry: connect(&graphic, &Graphic::geometryChanged, this, [this, &graphic]() {…
-
ArcGIS Runtime for Qt v200.8: 0x0000142 Runtime Error
After downloading the latest runtime SDK (v200.8) and running the ".\configure.ps1" script in the install directory, I keep getting a 0x0000142 runtime error after copying the .dlls to my applications runtime directory. I reverted to version v200.7 and my application worked again. Is there anyone else having this issue? Is…
-
Base map not initializing with low bandwidth connections
Hi developers, My customers with poor internet connectivity are reporting a blank map screen. Using winshaper (Releases · catchpoint/WebPageTest.win-shaper) I was able to reproduce this consistently. I created a custom profile: bandwidth in = 65536, bandwidth out = 65536, latency = 25ms, packet loss = 100%, buffer sizes =…
-
Bug / Crash: Calling GeoView setAttributionTextVisible does not work and causes crash
We're having issues with setting the attribution text to visible / invisible. We're using ArcGIS_Maps_SDK_Qt_Windows_200_7_0, with Qt 6.8.1 In our map model we have a simple Q_INVOKABLE function void DisplayMap::toggleAttribution() { m_attribution = !m_attribution; m_mapView->setAttributionTextVisible(m_attribution); }…
-
Deleting a single entity from DynamicEntityLayer
Given a specific entity ID, I want to remove an entity from DynamicDataSource or DynamicEntityLayer. Is that possible?
-
Inconsistent Shape Display: ShapeTool Ellipse vs. PolygonBuilder Geometry
Attached image is showing a geometryediotor created circle (right) and laoded one (left) Hey folks, I have a feature where users can draw shapes (like rectangles and ellipses) using the Geometry Editor's ShapeTool, and then save and reload them later. Now, this isn’t a major issue, but I’ve noticed a display…
-
Best practices for populating overlays asynchronously
Hi folks, My app shows a map and populates graphic overlays from my local database. It is a data collector app and over time there can be a lot of data. Today, I populate it from the main thread and so this means it can take a while to load. Should I move the work to a background thread, or would you recommend something…
-
Ubuntu 24.04 Qt Version 6.4.2 is not compatible with Arcgis 200.6
We upgraded to Ubuntu 24.04 and it seems that the minimum Arcgis version working on 24.04 is 200.6. However the Qt version coming with Synaptic package manager is 6.4.2 . Should we go back to Arcgis 200.1 because of Qt version? Would 200.1 work on Ubuntu 24.04?
-
UniqueValueRenderer does not work on DynamicEntityLayer's track line renderer
auto* uniqueValue1 = new UniqueValue("Cat 11", "Cat 11", QVariantList() << "Cat 11", new SimpleMarkerSymbol(SimpleMarkerSymbolStyle::X, QColor(Qt::darkYellow), 12.0, this), this); auto* uniqueValue2 = new UniqueValue("Cat 20", "Cat 20", QVariantList() << "Cat 20", new SimpleMarkerSymbol(SimpleMarkerSymbolStyle::X,…
-
Applying an ArcGISStreamServiceFilter on a custom DynamicEntityDataSource
I have a custom class inheriting the DynamicEntityDataSource. I want to apply a similar filtering mechanism just like ArcGISStreamServiceFilter but I couldn't find any examples. I wanted to look at ArcGISStreamService class's setFilter() function but I could not find the .cpp implementation.