I’m using the Qt C++ ArcGIS Runtime SDK v100.9 and I have various shapes and labels being drawn on a map. I want to be able to find out the area (bounding rectangle) of Graphic (which is a text label (TextSymbol) at a given point (SpatialReference::wgs84) on the map) so I can determine if the ..
Category : arcgis-runtime
I’m using the ArcGis SDK in Qt Creator (C++). I’m attempting to launch a map, but I’m having trouble. The map I want to display comes from: https://hub.arcgis.com/datasets/mnrf::ontario-trail-network-otn-trail-segment. I read through the documentation for displaying a webmap, but I keep getting a blank map. I believe this is the webmap for the above link: https://hub.arcgis.com/maps/2532c1a6ac8540d6a44939478727a8e6. ..
I have an application (not QML) using Qt’s QGraphicsView framework. I want to change my application so that I have a basemap as background and some items on that map. I have a QGraphicsScene in which my items (QGraphicsItem) are added. How can I change my items so that QGraphicsItem’s are added to Esri::ArcGISRuntime::Map instead ..
Recent Comments