Eine globale Community von Esri-Nutzern, in der Sie Lösungen finden, Ideen austauschen und zusammenarbeiten können.
Hallo zusammen, mir ist aufgefallen, dass Media Layer in ArcGIS-Webkarten verfügbar sind, aber es scheint, dass sie derzeit im ArcGIS Maps SDK. Ich wollte fragen, ob die Unterstützung für Media Layer in einer zukünftigen SDK-Version geplant ist. Insbesondere würde mich interessieren: * Steht die Unterstützung von Media…
Hello, There seems to be a quirk when using the same LayerSceneProperties definition (variable) for multiple GraphicsOverlay. If you define a single variable let sceneProps = LayerSceneProperties(surfacePlacement: SurfacePlacement.relative) and then configure all the GraphicsOverlay to use it let o1 = GraphicsOverlay()…
Product: ArcGIS Maps SDK for Swift Affected version: 200.8.2, via Swift Package Manager Potentially fixed / not reproduced so far: 300.0.0, still soaking OS/runtime: iOS/iPadOS 26-era runtime, where Apple's xzone malloc allocator turns latent heap corruption into allocator aborts App context: production iPad/iPhone…
Hello, We found a compilation issue when building a project with the ArcGIS Maps SDK for Swift 300.x and the ArcGIS Toolkit using Xcode 27.0 Beta 3 targeting the iOS 27 SDK. The compilation fails in: ArcGISToolkit/Utility/MarkdownView The following method produces the error: mutating func visitDocument(_ document:…
I am building an iOS app using ArcGIS Runtime SDK (UIKit) that shows property parcel boundaries in AR using WorldScaleSceneView. Problem: When basemap is visible, the graphic EXACTLY covers the property boundary on the basemap. But when I reduce the basemap opacity to 0, the graphic appears SMALLER than the actual real…
Hello everyone, We are currently facing an issue with reducing the size of an MMPK. According to the documentation (https://developers.arcgis.com/web-map-specification/objects/uniqueValueRenderer/), the uniqueValueInfos[] property is deprecated and may be removed in the future. Our current .mmpk file contains both…
Hello, could anyone explain the best way to detect updates for Offline Map Areas (PreplannedMapArea)? In our case, an “update” means that a web map’s offline area has changed—for example, layers have been added, removed, or updated. Then in the app we would like to compare downloaded date against the last modified date of…
Since last night I'm no longer able to access public ESRI Image Layers, specifically the traffic layer I found in this sample: https://developers.arcgis.com/swift/security-and-authentication/tutorials/access-services-with-oauth-2-0/ Did something change on the ESRI side? I pulled an old copy of my code from a working build…
Hello, We're trying to open a popup defined in an external service, but the iOS/Swift (200.x) SDK doesn't seem to respect the `popupInfo` definition. This is our setup: - load map (eg basemap) - after map is loaded, add external layer using `let featureTable = ServiceFeatureTable(url: url), let layer =…
Melden Sie sich an, um zu posten, Inhalte zu folgen und mehr. Neu hier? Kostenlos registrieren.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.
Hello, There seems to be a quirk when using the same LayerSceneProperties definition (variable) for multiple GraphicsOverlay. If you define a single variable let sceneProps = LayerSceneProperties(surfacePlacement: SurfacePlacement.relative) and then configure all the GraphicsOverlay to use it let o1 =…
Hi everyone, I noticed that media layers are available in ArcGIS web maps, but it seems they are not currently supported in the ArcGIS Maps SDK. I wanted to ask whether support for media layers is planned for a future SDK release. Specifically, I’d be interested to know: Is media layer support on the roadmap for the ArcGIS…