|
POST
|
Hi Megan, Rodrigo, Can you guys please test this issue again using the latest the QuickReport (QR) template? For that you must upgrade to AppStudio 2.0. I have tested on my end and the latest release of QR is based on Runtime 100.1 and I am seeing huge improvement in the Map control as far as memory usage goes. Everytime I pop the stackview page with Map control the memory goes down and then loading the Map control again the memory comes back up to almost same level as before which wasn't the case using the old runtime Map control which was used to write the 1.3 and 1.4 version of QR. Please confirm whenever you guys get chance. Thanks, Nakul
... View more
08-25-2017
02:48 PM
|
0
|
0
|
2436
|
|
POST
|
This issue is not related to your app. It is about the webmap. Since this is your webmap. Please log in to the arcgis online and load the webmap. The webmap urls look like this (6cfeb10019644ad38e4dd21eda658c28 is the webmap id). You need to save this map again. http://appstudio.maps.arcgis.com/home/webmap/viewer.html?webmap=6cfeb10019644ad38e4dd21eda658c28 May I ask you when was this webmap created? If you need further help with webmap please log a new ticket with the esri support team. They should be able to guide you further on how to approach this. Nakul
... View more
08-16-2017
11:22 AM
|
0
|
0
|
1549
|
|
POST
|
Hi Kristen, There are couple of issues here 1) You need to end the url with "/0" for the ServiceFeatureTable where 0 represents the layer id ServiceFeatureTable {
id: countyBoundary
url: "https://hangis.hanoverva.gov/arcgis/rest/services/county_boundary/MapServer/0"
} 2) GeometryEngine compares two geometries for the within operation . The countyBoundary is a layerid but you need a feature geometry within the first layer of the countyBoundary. There are two ways to get this resolved Faster approach (but not perfect) - Use the extent of the layer. Since your layer has only one feature you could do that. Remember extent is a rectangular envelope surrounding the actual feature geometry GeometryEngine.within(app.theNewPoint, countyBoundary.extent) Second approach (should give perfect results) - Is to get the first feature of the layer. From the feature you get the geometry which you should use for the GeometryEngine. In order to get the first feature you need to perform query (set where clause as "1=1" ). The result will have the Featureset and from that you can get the first feature. For more help on how to get the feature please see our FeatureLayer query sample . If you still need help with this please create a support issue and they will be able to help you further. Thanks, Nakul
... View more
08-14-2017
03:48 PM
|
1
|
0
|
1329
|
|
POST
|
Your AppStudio version is up-to date. Cause: The issue you are seeing is because ArcGIS Runtime 100.1.0 only supports webmaps 2.0 or higher. Solution:- Case:1 If the webmap you are using belongs to you. All you have to do log in to arcgis.com and open the webmap in arcgisonline and a do a save. This will update the webmap version and it should start working in your app without any further issues. OR Case:2 If the webmap doesn't belong to you you might be able to do a "Save As" in your org. This will give you the same webmap under a new webmap id. Just copy the webmap id and put it in your application and update your app in the Player. I hope this helps. Nakul
... View more
08-14-2017
08:40 AM
|
0
|
2
|
1549
|
|
POST
|
Have you looked into Sign-in OAuth sample? arcgis-appstudio-samples/Sign in OAuth2 at master · Esri/arcgis-appstudio-samples · GitHub This is based on the 10.2.6 Runtime but can be easily upgraded to 100.1 Does this help?
... View more
08-14-2017
08:27 AM
|
0
|
0
|
1272
|
|
POST
|
I am assuming you have created an app using Map Viewer template. The legend issue is a known issue. Rest of the issues need further troubleshooting and investigation. Please go ahead and log a Technical support case so that they can investigate further and if there is an issue I can work with the support team directly. Thank you. Nakul
... View more
08-10-2017
11:27 AM
|
1
|
1
|
985
|
|
POST
|
Hi Kieran, Are you using the Map Viewer template? Or is this a custom app?. If the maps are not loading in Map Viewer template. Please try our sample "WebMap" released with the AppStudio 2.0 (July 2017 release). I am presuming you are using ArcGIS Runtime 100.1. If it doesn't help please provide some screenshots and webmap id. Thanks, Nakul
... View more
08-09-2017
08:22 AM
|
0
|
0
|
1049
|
|
POST
|
Use Qt.openUrlExternally(url) For e.g. Qt.openUrlExternally("https://pcrj.maps.arcgis.com/apps/StoryMapCrowdsource/index.html?appid=5d132f5efea4466f84dd79bef539b9a3");
Does this help? Nakul
... View more
08-09-2017
08:17 AM
|
0
|
2
|
1272
|
|
POST
|
Actually you could build apps locally using AppStudio Local Make tool. In order to use Local Make you need to have the build environment set up. Please refer to this doc on how to set up the dev environment. Install development tools for local Make—AppStudio for ArcGIS | ArcGIS -Nakul
... View more
08-08-2017
11:41 AM
|
0
|
0
|
804
|
|
POST
|
Welcome to AppStudio! Let me help you to answer your questions. -Would we be restricted only to certain app stores (Apple, Google, Microsoft)? No, you are free to add them to any store as along as the store supports Windows, Linux, Mac, iOS or Android apps. Do we have to have an ArcGIS online account to use App Studio? AppStudio desktop is a cloud based solution to build, share and upload your apps within your org. You need either an ArcGIS Online Org account or a ArcGIS portal account to start building using AppStudio. You can integrate your server content to ArcGIS Online or Portal easily. Which means your data and services can continue to host on ArcGIS Server but the apps need to hosted on ArcGIS online or the Portal account. -Nakul
... View more
08-08-2017
11:16 AM
|
0
|
2
|
804
|
|
POST
|
Hi Hisham, LocalRouteTask requires "Standard" runtime license with version 10.2.6. Have you initialized the Standard license through code? When running such apps in Player you will need to provide the license via code in your app before you initialize/use any runtime objects. Refer to the link below to get information and code required to do the same. License your app—ArcGIS Runtime SDK for Qt | ArcGIS for Developers Please also refer to two other threads which the similar post AppStudio Player unable to edit features in .geodatabase ? https://community.esri.com/thread/191205-offline-geocode-not-running-through-appstudio-player I hope this helps. Nakul
... View more
08-08-2017
09:00 AM
|
0
|
0
|
856
|
|
POST
|
Thanks for reporting. This will be fixed in next release. -Nakul
... View more
08-03-2017
09:45 AM
|
0
|
0
|
694
|
|
POST
|
Yes, once the app has been downloaded it stays on your device. And it doesn't need to be connected with the Portal/AGOL. If there is an app update to be downloaded you need to go back and log in to your account to download the update. Again once downloaded it will work the same way as it would if you were signed out of the Portal. -Nakul
... View more
07-28-2017
06:27 PM
|
0
|
0
|
1688
|
|
POST
|
Hi there, Here is the working code using Runtime 100.1. The old code is using the Runtime 10.2.6. The new Runtime 100.1 got few changes as far as component names go. Plus now there is a new MapView component which is container for Map component. Please refer our samples which are based on the newer runtime. The new samples are available within the AppStudio Desktop and the github. For doc help please refer here. I hope this helps. Thanks, Nakul import QtQuick.Controls 2.1
import QtQuick 2.3
import ArcGIS.AppFramework 1.0
import Esri.ArcGISRuntime 100.1
App {
id: app
width: 800
height: 532
Credential{
id:cred
username: "user1"
password: "user1"
}
ServiceFeatureTable {
id: serviceFeatureTable
url: "http://sampleserver6.arcgisonline.com/arcgis/rest/services/Wildfire_secure_ac/FeatureServer/0"
credential: cred
}
MapView{
anchors.fill: parent
Map {
id: map
Basemap {
ArcGISTiledLayer {
url: "http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"
}
}
FeatureLayer{
featureTable: serviceFeatureTable
}
}
}
}
... View more
07-24-2017
12:52 PM
|
2
|
0
|
661
|
|
POST
|
There are only two ways to view/run your app outside the AppStudio Desktop. - One within the Player - Second installing the binaries and running a built app. Once you provide the license key the built app won't have the watermark. Also the built app cannot be opened (run) from the Player. Hence you cannot consume the results of cloud make in Player. When running within the Player all apps using Runtime 100.1 (or higher) components will always have the watermark. I hope this helps! Nakul
... View more
07-19-2017
06:11 PM
|
0
|
1
|
1354
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-30-2022 08:20 AM | |
| 1 | 06-06-2017 09:24 AM | |
| 1 | 11-19-2019 05:32 PM | |
| 1 | 09-29-2017 04:37 PM | |
| 1 | 12-20-2017 11:02 AM |
| Online Status |
Offline
|
| Date Last Visited |
01-29-2026
08:38 AM
|