Een wereldwijde community van Esri-gebruikers waar je oplossingen kunt vinden, ideeën kunt delen en kunt samenwerken.
The following ImageServer layer: https://sampleserver6.arcgisonline.com/arcgis/rest/services/ScientificData/SeaTemperature/ImageServer Is it possible to display the data for a specific date (e.g., June 14, 2014) in a Flutter app using the ArcGIS Maps SDK? If so, how can I set the time parameter to show data for that date…
Hi, In my app I need to interact with the feature tables both when the actual map is visible in the app and when it is not. My approach has been to use the ArcGISMapViewController inside a provider so that other services can perform these geometrical modifications at any given time, independently of whether the map is…
I'm having a problem when the app name contains Arabic letters, and I can't change it to just English letters; it has to contain both Arabic and English letters. Is there a solution to this problem? [log] ArcGISException: code=22; FormatException: Invalid HTTP header field value: "ArcGISMaps-Flutter/200.8 (ios 26.2:…
I try edit function in sample Manage features from arcgis-maps-sdk-flutter-samples by add feature.attributes['inspemail'] = null; like this Future<void> updateAttribute(Feature feature, String damageType) async { // Disable the UI while the async operations are in progress. setState(() => _ready = false); // Update the…
as the subject suggests i have a problem on the app i have made with the backgroundmaps not showing on older models. The background maps comes from a group on an agol organisation https://danmarksdata.maps.arcgis.com/home/group.html?sortField=modified&sortOrder=desc&id=1a2896d741ac4fc19da7f1b13aa5f82d#content. i use http…
In the developer documentation, it says that … Your free Lite level license string is obtained from the ArcGIS Location Platform site (sign in required). … and that A Lite license string includes unlimited production deployments. (https://developers.arcgis.com/flutter/license-and-deployment/use-a-license-in-your-app/) Does…
Hello, I code my app using Flutter on Windows. Now I want to test my app on iOS & transfered the code to a macbook. When I try to run, I get an error "Module 'device_info_plus' not found". I am not using device_info_plus package directly but I noticed that the arcgis_maps package by Esri has that package in its…
Hello, I'm trying to add a feature to FeatureService but I have error at addFeature function. var _serviceFeatureTable = ServiceFeatureTable.withUri(Uri.parse("$link/0")); final newFeature = _serviceFeatureTable.createFeature( attributes: { 'FORMID': 'My', 'POINT_TYPE': 'Titik Mula', }, geometry: ArcGISPoint( y:…
Hi All, I am trying to add the credentials via ArcGISEnvironment.authenticationManager.arcGISCredentialStore.addForUri() I have logged into the AGOL via WebView and after successful login. I am trying to add the credentials. I tried following, final credentialMap = { "token": token, "userId": username, "expiration":…
When I try to add feature with integer attribute that is not null I get following error [ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: ArcGISException: code=3002; Geodatabase data type mismatch.; restriction_permanent has an incorrect value. Encountered on feature with ID of -9223372036854775808.…
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.