-
The WMTS service fails to load via the Android SDK 100.15.6
I have a WMTS service in the WGS84 coordinate system. Here is my code:java 运行 WmtsLayer wmtsLayer = new WmtsLayer("http://36.110.12.228:8866/maptiles/tile/service/wmts/1847007008240704/0/0/6666666666666?request=GetCapabilities", "1847007008240704", TileInfo.ImageFormat.PNG); wmtsLayer.addLoadStatusChangedListener(new…
-
ArcGIS Map Error: Unable to create instance of class com.esri.arcgisruntime.internal.io.b
Hi! I'm having some customers complaining about the maps not loading after updating to the latest version of our app. (It's an Expo react-native app with a custom implementation for Android and iOS) The only changes we've done is updating com.esri.arcgisruntime:arcgis-android:100.15.6 to…
-
Error loading ENC layer: Invalid argument.
Hi, I'm facing this problem.. i have my ENC charts in this path /storage/emulated/0/Android/data/com.example.enc_pt/cache/charts/VE300600/ENC_ROOT. When i'm trying to loading it, i got this error: Error loading ENC layer: Invalid argument. In the image you can see i got bot files .000 and .031. This how i load it: Any help…
-
Runtime Android/iOS 100.15-200.6 - Feature Service Symbol Scaling
I have a question to the community prior to raising a defect in regards to symbol scaling on features that reside within a FeatureService. When I launch our Windows product (ArcGIS Runtime 100.15 WPF) and display feature layers from a *.geodatabase, I can see symbols (once within scale range) and see how their symbol size…
-
ArcGIS Runtime SDK for Android 100.15 rejects valid TLS cert of Koop Provider
I have a map package and scene package which each include a layer provided via Koop. The Koop service is hosted in AWS behind a load balancer which provides TLS encryption. In one Android app only, ArcGIS Runtime SDK v100.15.6 makes a request for the layer, but silently fails to retrieve it. In a bare bones sample Android…
-
RouteTask Failed to Load Cause Msg: Token Required
Hello, I'm using ArcGIS Maps Sdk version: implementation 'com.esri.arcgisruntime:arcgis-android:100.15.6' I' getting this below error while want to draw route path using multiple stop points in ArcGIS mapview RouteTask Failed to Load Cause: com.esri.arcgisruntime.io.JsonEmbeddedException: Token Required RouteTask Failed to…
-
Arcgis sdk not working on Android 15 for Google Pixel 8 Pro
Hello, We are facing an issues where Arcgis sdk is not working on Android 15 for Google Pixel 8 Pro. On new devices supporting 16 KB memory paging like Google Pixel 8 Pro with Android 15 we get a crash when Portal is refferenced like when connecting to arcgis server. The issue seems related to the transition from 4 KB to…
-
ArcGIS ARView Hanging in the top of the Mobile screen in some devices
We are experiencing some issues with the ArcGIS ARView (Augmented Reality View) across different mobile brands and versions. On some mobile brands like Samsung, the AR graphic features overlay correctly on the real world. However, on Chinese Mobile brands like OnePlus, Oppo, Vivo, Poco etc., the ARView is hanging at the…
-
"bad wkid: 9990" error
Hi, we have an app that's trying to create different spatial references with the Android Esri SDK. I'm using the newest version com.esri.arcgisruntime:arcgis-android:100.15.6. Upgrading the version helped me using most of the required WKID's when calling SpatialReference.create(wkid), however it's still failing…
-
Assigned required user type extensions: [Utility Network Service].
I use ArcGIS Runtime SDK for Android version 100.15 I have try add new feature to feature service have utility network in mobile but it's throw error "Error: You cannot edit as you have not been assigned required user type extensions: [Utility Network Service]." Code below val featureTable = featureLayer.featureTable!! as…
-
PortalItem FeatureLayer is not shown
I've got the same piece of code in two apps. In the test app, the portalItem is shown. In the main app I'm working on, it is not. Other operational layers like WMS are in fact shown. ArcGISMap map = new ArcGISMap(SpatialReferences.getWebMercator()); map.setBasemap(Basemap.createTopographicVector()); MapView mapView =…
-
Error saving with getGeometry().toJson()
Hi! I'm working on an app that display nautical charts; i'm using a polyline to represent a "route". This route can be save in the phone as json file. To do this, i use pathRoute.getGeometry().toJson(). As you can seee in the video, the route has 4 points, however, when i save the "route", it saves a lots of points in the…
-
Potential Bug When Filtering Non-Spatial Table With Non-Spatial Table Parent
The "setWhereClause()" for GenerateLayerOption doesn't work for non-spatial tables if they have a non-spatial table parent, unless the non-spatial parent table also has a where clause set. See the code and comments below: if (layerIdInfosMap.containsKey(generateLayerOption.getLayerId())) { if (wasGenerated) { if…
-
importDeltaAsync doesn't apply data changes as edits and cannot perform upload sync
When I call GeodatabaseSyncTask.importDeltaAsync( I'm able to see that the delta data has been applied to my local Geodatabase file. When I call geodatabase.hasLocalEdits() it is false, however. I also cannot upload the data changes that were applied either. Is this expected behavior? Are you prevented from uploading delta…
-
High memory consumption when creating the layer
Hi When creating the FeatureLayer, esri runtime begins to consume a very large amount of memory, up to over 7GB com.esri.arcgisruntime:arcgis-android:100.15.5 Sample code String url = "https://mapymalopolski.pl/res/ims-mz/maps/publ6946/FeatureServer/0"; ServiceFeatureTable serviceFeatureTable = new…
-
ArcGIS Runtime SDF for Android UniqueValueRenderer does not work when value is null
I set a two field UniqueValueRenderer for featurelayer, the first field has a vaule, the Second field may has a vaule equals null. the problem is when the second field value is null, the featurelayer render the default value.
-
I didn't find a way to move elements in the API, so I made one
package com.maptool.map; import android.util.Log; import com.esri.arcgisruntime.geometry.AngularUnit; import com.esri.arcgisruntime.geometry.AngularUnitId; import com.esri.arcgisruntime.geometry.AreaUnit; import com.esri.arcgisruntime.geometry.AreaUnitId; import com.esri.arcgisruntime.geometry.GeodeticCurveType; import…
-
Delete last point
Hi!! I'm drawing a route while the user in tapping on screen; it is possible to delete the last point been tapped? I saving every point that has been tapped on an ArrayList<Point>. To draw the route, I use this method: public Geometry drawRoute(ArrayList<Point> addPoint, int value){ PointCollection points = new…
-
Issue while clicking on feature layer feature
Hello, I have implemented multiple feature layer in single map now trying to get data after clicking on feature, But unable to get data. If someone knows how two get click feature information if implemented multiple layers
-
Lite license acquisition error
"https://developers.arcgis.com/qt/license-and-deployment/get-a-license/" I get an error when I use my developer account to get a lite license on the arcgis official website. I tried several times to clear cookies and log back in, but I still get an error.
-
WMS layer is not drawn due to autentication.
Hello, Using version 100.15.4 of the Android library, this WMS makes a connection but layers will not load/be drawn. But we have tried in version 200, and it showed similar behavior. We believe it seems to be some manner of autentication issue. QGIS shows an error about it, you can interrupt the drawing, or ignore it and…
-
GeoPackage Feature table addFeature fail
hi, I'm currently using Arcgis kotlin 200.3.0 Trying to add feature to my geoPackage feature table with the follow code //GeoPacakge Table geopackagefeaturetable?.load()?.onSuccess { Log.d("chris share if can add", geopackagefeaturetable!!.canAdd().toString()) Log.d("chris share if isEditable",…
-
IdentifyLayersAsync never completes if 1 layer has refresh interval
We have a map with ~10 feature layers. We recently wanted one of the layers to auto refresh every 20 seconds so we used featureLayer.setRefreshInterval on that layer. If we do that, our mapView.identifyLayersAsync done listener is never triggered. ListenableFuture<List<IdentifyLayerResult>> identifyTask = mMapView…
-
Can't build project with testCoverageEnabled
Hello, when enabling testCoverageEnabled parameter in build.gradle I'm not able to build the project anymore. Going into stacktrace of error it appears that one of the ArcGis methods is too large (in JVM spec terms - please see more info here:…
-
The map from local .TPK file is displayed only after I zoom it, Android SDK 100.15.4
Hello, I had an Android application that display a local .TPK file,, stored on the phone. Starting with Android 14 the application does not start and I made an upgrade to ArcGis Runtime SDK 100.15.4 Now the map is displayed but I need to zoom it in order to make it visible. When the map is launched, the screen is with Esri…