|
POST
|
Hey Cody, Yes, I remember you and the PSEG crew at the NYC AppStudio workshop, fun times! Yes, you can use the existing web map in Map Viewer app, you just need to set the webmap id in the setting. Properties > Gallery > Maps query. Thank you, Erwin
... View more
01-16-2020
09:17 AM
|
1
|
0
|
1463
|
|
POST
|
This looks like a combination of MapViewer template (for viewing existing assets from a webmap) and QuickReport template (for collecting new data as a new feature). Perhaps you can take a look at either MapViewer or QuickReport template and see which one you like better as the base application, and then customize the app to add the missing functionality.
... View more
01-15-2020
11:38 AM
|
1
|
2
|
1463
|
|
POST
|
Omer, I think this can be achieved by enabling the Background Location capabilities, Capabilities—AppStudio for ArcGIS | Documentation This can be done by going to the setting of the app and enable the Capabilities > Background Mode > Location. And then please make sure that to check the Qt.ApplicationState property, the app should be in the ApplicationHidden state in the background mode. Thank you, Erwin
... View more
01-14-2020
10:36 AM
|
0
|
1
|
1167
|
|
POST
|
Dan, I think this can be done if we sort the result of each layer on the client-side. For example, on MapViewer/view/SearchPage.qml on the signal OnFeatureSearchCompleted, the featuresModel is sorted by "layerName" attribute. The modification would around this logic. This is the function sortByStringAttribute on MapViewer/controls/CustomListModel.qml I hope this is helpful, Erwin
... View more
01-13-2020
01:21 PM
|
0
|
0
|
1040
|
|
POST
|
What iOS package name are you using? Is it an invalid package name?
... View more
01-07-2020
09:24 AM
|
0
|
1
|
1319
|
|
POST
|
Refer to this blog for Date-Time query, Querying Feature Services: Date-Time Queries
... View more
01-06-2020
01:51 PM
|
0
|
5
|
2308
|
|
POST
|
Based on this documentation, GenerateGeodatabaseParameters QML Type | ArcGIS for Developers , GenerateGeodatabaseParameters does not have QueryParameters as listed property. I am including ArcGIS Runtime SDK for Qt, to see if there is another way to achieve what you are asking.
... View more
01-06-2020
10:19 AM
|
0
|
11
|
2308
|
|
POST
|
Technically this is how you generate the OAuth token for ArcGIS Online or Enterprise, Generate Token—ArcGIS REST API: Users, groups, and content | ArcGIS for Developers ---- But here is the thing, in Quick Report template, we are handling the feature layer data collection workflow by calling the REST endpoint of the feature layer directly, hence appending token works. Only for WebMap section in the RefineLocationPage.qml, it is loaded using the ArcGIS Runtime SDK for Qt workflow, where it needs to use Portal Object and Authentication Manager to access the OAuth2 authentication when using secure items. See this doc, Access the ArcGIS platform—ArcGIS Runtime SDK for Qt | ArcGIS for Developers This can be seen in Map Viewer template where we are fully using ArcGIS Runtime OAuth2 authentication and Portal object to handle the logins.
... View more
01-03-2020
10:50 AM
|
0
|
1
|
2133
|
|
POST
|
I think that is the token for the feature layer that is used in the Quick Report app, not necessarily the same as the webmap that is loaded from ArcGIS Online. Are you expecting to skip the login when using a secure webmap in Quick Report app?
... View more
01-03-2020
10:21 AM
|
0
|
3
|
2133
|
|
POST
|
Laurynas, My first guess would be that the token might not be valid. How did you generate the token? What error message are you seeing in the console log when using the token instead of username/password? Erwin
... View more
01-03-2020
09:39 AM
|
0
|
5
|
2133
|
|
POST
|
We have a report of success using OpenSans-Regular.ttf font, attached is the font file.
... View more
12-27-2019
03:50 PM
|
0
|
0
|
1776
|
|
POST
|
I am not sure if what you are trying to do with the file geodatabase (outside the sync functionality) is supported, looping in ArcGIS Runtime SDK for Qt to see if anyone in this group know the answer to this.
... View more
12-27-2019
12:30 PM
|
0
|
0
|
2327
|
|
POST
|
I would assume, it would be the same as how you would put the query parameter for the REST end point of the feature layer. Querying Feature Services: Date-Time Queries cc: ArcGIS Runtime SDK for Qt
... View more
12-27-2019
09:23 AM
|
0
|
1
|
1878
|
|
POST
|
Based on the FeatureTable doc, FeatureTable QML Type | ArcGIS for Developers, I don't think you can call forEach out of the QML type. The key here is to query the features from the FeatureTable, then add them (the geometry) to the facilities array.
... View more
12-20-2019
02:28 PM
|
0
|
1
|
694
|
|
POST
|
Orlo, We tried to experiment trying to accommodate these editing settings. If you are interested you can try by updating these three files below. - QuickReportApp.qml - controls/FeaetureServiceManager.qml - pages/SavedReportsPage.qml Please note that your feature layer must have Global IDs field, to be able to work with this. Let me know if this is working with your feature layer. Thank you, Erwin
... View more
12-20-2019
02:15 PM
|
1
|
1
|
2556
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-07-2020 01:26 PM | |
| 1 | 10-27-2020 10:33 AM | |
| 1 | 12-06-2021 10:36 AM | |
| 1 | 10-01-2021 12:53 PM | |
| 1 | 08-24-2021 06:15 PM |
| Online Status |
Offline
|
| Date Last Visited |
12-08-2021
03:08 PM
|