-
iOS SIGSEGV (dealloc) crash while zooming/panning ArcGIS MapView in .NET 300.x
Hi everyone, I'm encountering a native crash on ArcGIS Runtime SDK for .NET 300.x on iOS while interacting with a MapView. The crash is intermittent but reproducible during zooming and panning. Environment * ArcGIS Runtime SDK for .NET 300.x * <PackageReference Include="Esri.ArcGISRuntime" Version="300.0.0" />…
-
Esri.ArcGISRuntime version 300.0.0 - SceneView renders XYZ tiles very small
Seeing this on WinUI and on .NET MAUI Android: map tiles rendered with SceneView are displayed a lot smaller than the same map tiles rendered with MapView, at approximately the same resolution. Smaller to the point of being unreadable in some cases. See the attached screenshots for an example. Same location, same…
-
Esri.ArcGISRuntime.Maui version 300.0.0 - SceneView fails to display 3D terrain after first use
This one is really easy to reproduce, in an emulator and on a real device. .NET MAUI app, .NET 10, latest runtime with SceneView, loading an ArcGISTiledElevationSource terrain source from https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer - first SceneView works fine, shows 3D…
-
Use WebTiledLayer for WMTS
We are unable to get some of the WMTSes displayed on the map. I've asked about it under https://community.esri.com/t5/net-maps-sdk-questions/wmts-gets-loaded-successfully-but-not-visible/m-p/1711464#M13962 Also, we are unable to use the custom styles advertised in the WMTS GetCapabilities document. Is there a way to force…
-
Esri.ArcGISRuntime.Maui version 300.0.0 hangs when used in .NET MAUI Android app
I recently began using MapView inside my .NET MAUI Android app on .NET 10. The functionality I use is fairly straightforward: 1. A base map using a custom ImageTiledLayer implementation 2. Icons and polylines using various symbols and graphics In the hang scenario, my phone is offline and the screen is turned off. I am…
-
MinScale ignored in Release build for iOS
Hello, We noticed in a mmpk we authored with MinScale for one of our layers will correctly show and hide when we are in Debug on the iOS simulator for a mac paired to Visual Studio on Windows. However, when we build for Test Flight as well as run that same paired mac iOS simulator in Release, the layer displays at all…
-
How do you serialize the selection state of Features in a FeatureLayer?
We may be entirely going about this the wrong way, but we currently store the 'state' of the FeatureLayer by storing several of its properties on a wrapper class and then serializing that class. So, for FeatureLayers we store the data path, name, renderer json, labelling info, and definition expression as just…
-
WMTS gets loaded successfully, but not Visible
We want to support the following WMTS layer in the map. https://data.linz.govt.nz/services;key=5169bef47e224d43a935e4283e2d57a6/wmts/1.0.0/set/4769/WMTSCapabilities.xml With the old SDK (SDK 10.2.7), this worked. After the upgrade to 200.8, it's not working. We changed the code to load the WmtsService first and get the…
-
[Android] ObjectDisposedException in AndroidCompassProvider tearing down MAUI app
EDIT: not all Android users experience it, and it doesn't happen on every startup, it occurs once in a while Hi, this exception is from a MAUI 10.0.70 app using ArcGIS Maps SDK 300.0.0. Many of our Android users experience this one, and it happens at app startup. Well before any IWindowManagerInvoker is expected to be…
-
Questions for utilizing Spatial Analysis/Field Function tools
Hi I was just diving into the new Spatial Analysis tools added in 300.0 since I use raster data extensively in my line of work. I was doing some initial test to try and learn how to use the new map algebra functions and ran into a few issues. The only sample I could find was this Apply map algebra | ArcGIS Maps SDK for…
-
Authentication retrying indefinitely after update to 300
Hi, I've tried to update ArcGIS Runtime to Version 300 today and noticed an issue: When credential creation fails for a federated service, the challenge handler is called repeatedly without stopping. I am aware of the new Error and PreviousFailureCount properties on CredentialRequestInfo. According to the description of…
-
Access to snapped location from GeometryEditor
I'm using the GeometryEditor for feature editing (in version 200.8.1 of the Maps SDK right now). I am trying to extend the capabilities of the GeometryEditor somewhat, e.g. adding labels/constraints to the geometry as it's being drawn. [This earlier…
-
Map lockup on CoreMapView.ViewInsets.set call
Hi, Have been having an issue where customers report the map locking up occasionally, sometimes for several minutes or until they force quit the application. Recently had the map lockup for me during development, so when I paused the debugger I found that it was stuck in a call to CoreMapView.ViewInsets.set It was stuck in…
-
NET 10 Support Maps SDK
Hi, From what I have been able to gather it looks like SDK 300.1 is going to be the NET 10 release. Based on the late April release of 300.0 are we still looking at a full three month time between 300.0 and 300.1 or is the goal to push this out faster to have a NET 10 release available as soon as possible. With Pro 3.7…
-
Interactive viewshed with Raster coordinate system
Hi, I have tried the sample code available in the below path. It is working fine for the given sample tif file which is in WebMercator coordinate system and also working fine with another tif file (which is also in WebMercator coordinate system). But when trying to use a tif file which is having WGS84 projection, it is not…
-
Drawing labels on top of GeometryEditor graphics
I'm using a GeometryEditor, and would like to add labels to the geometry which the user is creating, showing the lengths of the segments as they're working. I'm doing this by looping over the segments of the GeometryEditor.Geometry and adding new Graphics (invisible except for the label) with a LabelDefinition to my own…
-
ArcGIS runtime fails to use portal credential to access federated server content
Hi, normally we ask the user to sign in to the owning portal via OAuth2. Then when they access content from a federated server, I can see the runtime is automatically adding the access token from the OAuth2 credential to the server request. However, for some of our systems, the runtime time fails to do so. Instead, it…
-
Optimizing Runtime
Is the any recommendations on how to optimize .NET Runtime to run with larger RPF datasets? My app will experience slow down when ingesting large maps.
-
Rotating API Keys
Hello: Wondering if folks out there have switched over to "rotating API keys" for their MAUI/iOS/Android applications, especially for any public-facing applications? Are you asking users to sign in to AGOL (for public-facing applications, I couldn't imagine this being likely)? Or perhaps, you have a 'subscription service'…
-
(iOS) ArcGISPortal.CreateAsync() times out in Airplane Mode
Hello, we have a third-party client whose app is loading slowly when their iPad is in airplane mode. Upon inspecting the logs, it seems that in the app, the call to 'ArcGISPortal.CreateAsync()' is timing out repeatedly. In Screenshot ... 113032, we see the call go from 'ArcGISPortal.CreateAsync()' to a time out in…
-
Dot Net Methods to do Spatial Join operations
Hello - I would need some help pointing me to the library methods or the like to achieve the equivalent operation of Esri Spatial Joint geoprocessing tool in ArcGIS Pro 3.5 I have a feature of center-lines network (like streets and highways) then I have a feature layer of points. I was given the radius tolerance of a…
-
Could not build for iOS since upgrading to 200.8.1 - Could not find part of the path
Warning MSB3026: Could not copy "...\esri.arcgisruntime.ios\200.8.1\resources\shaders\arm64\rt_tile_draw_v_square_grid_bgnd_v_terr_occ_on_v_nodecal_v_vsclip_ps.metallib" to "...\Local\Temp\Xamarin\HotRestart\Signing\{app name}.app\out\Payload\{app name}.app\{app name}.content…
-
Error when adding Portal layer to map (Geodatabase field Not found)
We have a tool in our application that allows adding map layers from many sources. Recently, a customer has asked us to include data from a service they have published to their ArcGIS Server. There are many layers in this service. Most layers load without issue. A few will not load and fail with "Geodatabase field not…
-
Exception in CacheManager
ArcGIS Maps SDK for .NET 200.8.1 .NET 9.0.14 iOS 26.3.1 System.IO.FileNotFoundException: IO_FileNotFound_FileName, /private/var/mobile/Containers/Data/Application/ECEC93CF-7CC5-42BD-A44A-8F2C0E4D23EA/tmp/ags_cache/8c25c7242d0a413b9b9df5a42aac1b9f.tmp at long FileInfo.get_Length()() at long…
-
Mac Catalyst Release publish fails with ArcGIS Maps SDK for .NET MAUI 200.8.1 (Info.plist merge error)
Hi, I can reproduce a Mac Catalyst Release publish failure in a clean .NET MAUI project when adding Esri.ArcGISRuntime.Maui 200.8.1. A standard MAUI template publishes successfully for Mac Catalyst. However, after adding the ArcGIS package and initializing it with .UseArcGISRuntime(), the architecture-specific builds…