Een wereldwijde community van Esri-gebruikers waar je oplossingen kunt vinden, ideeën kunt delen en kunt samenwerken.
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…
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 :…
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…
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…
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…
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,…
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…
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…
[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…
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…
Meld je aan om te posten, content te volgen en meer. Nieuw hier? Registreer gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.
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…