|
POST
|
I almost forgot to mention this is only possible with point feature layers.
... View more
11-07-2017
08:43 AM
|
0
|
2
|
1469
|
|
POST
|
This type of setting is not configurable. So you need to dig into the code to make it happen. Precisely you can go to the RefineLocationPage.qml and comment out the initUrl of the Map component and then the Map will never load. Also in the same page you need to comment out the onClicked signal handler for the refresh button NewControls.Label{
anchors.top: refreshButton.bottom
anchors.topMargin: 8*app.scaleFactor
anchors.horizontalCenter: parent.horizontalCenter
horizontalAlignment: Text.AlignHCenter
color: "#565656"
maximumLineCount: 2
font.pixelSize: app.subtitleFontSize
font.family: app.customTextFont.name
wrapMode: Text.Wrap
text: qsTr("Map is not available offline.\nClick to refresh.")
width: Math.min(280*app.scaleFactor, parent.width*0.6)
visible: refreshButton.visible
MouseArea{
anchors.fill: parent
onClicked: {
//var webMapUrl = app.webMapRootUrl + app.webMapID;
// var newMap = ArcGISRuntimeEnvironment.createObject("Map", {initUrl: webMapUrl});
//mapView.map = newMap;
}
}
} There is another way out in which you can force user not to change the location of the map. If there is network it will use network location but user cannot pan or change the location and when there is no network it will use device location. This can also be done. See my other thread reply https://community.esri.com/thread/202672-prevent-refine-location
... View more
11-07-2017
08:42 AM
|
1
|
3
|
1469
|
|
POST
|
Quick Report template uses the device as the position source to get the location when there is no network available. So if you have no network. You map won't load but you can go ahead and save the report using the location saved at the time the report was collected. Once you have the network you can go ahead and submit that report and the feature will be added using the location it used to save the report. This is all done as default. No further configuration needed. Nakul
... View more
11-02-2017
10:34 AM
|
0
|
5
|
1469
|
|
POST
|
Hi Joseph, Could you please go ahead and log an enhancement request with the Esri Technical support team for AppStudio Quick report template to support multiple feature layers within the app? Thanks Nakul
... View more
10-31-2017
12:46 PM
|
0
|
0
|
898
|
|
POST
|
Hi Mads, I can reproduce the issue. But this is happening because of WMTS OGC service and not specific to Spatial reference. If you had used an ArcGIS service SR 25832 it should have worked for you. Hence answering your original question that non default web mercator webmaps are supported. As mentioned it appears to be WMTS OGC specific issue in Runtime. We need to investigate further. Could you please go ahead and create a Esri Support issue under AppStudio stating that WMTS service in Webmap not working within MapViewer. Thanks, Nakul
... View more
10-30-2017
08:51 AM
|
0
|
1
|
1357
|
|
POST
|
Are you having issues with a webmap other than web mercator? Currently, I don't have a webmap available in the SR 25832. But I tested with Coordinate system "NAD_1983_Contiguous_USA_Albers" and it worked just fine. If you have a public webmap please list it here. -Nakul
... View more
10-27-2017
10:42 AM
|
0
|
3
|
1357
|
|
POST
|
Hi Ken, We have a sample you could use or incorporate in your app. I hope this helps. Thanks, Nakul
... View more
10-23-2017
03:05 PM
|
1
|
1
|
973
|
|
POST
|
Please refer to the following help doc Sign your app—AppStudio for ArcGIS | ArcGIS
... View more
09-29-2017
05:46 PM
|
0
|
3
|
1330
|
|
POST
|
Hey Kristen, You can use the following code within MapView component to disable the mouse panning completely on RefineLocationPage. But you need to remember that if the position source is unable to provide end user a good location because of network or gps issues then they cannot be able to pin point the exact location. Basically you will get location totally based on how good the device can fetch the current location. onMousePositionChanged: {
mouse.accepted = true;
return;
} Something like this MapView{
id: mapView
Layout.preferredWidth: isFullMap? parent.width:(parent.width - 20 *app.scaleFactor)
Layout.fillHeight: true
Layout.maximumWidth: isFullMap? Number.POSITIVE_INFINITY: 600 * app.scaleFactor
anchors.horizontalCenter: parent.horizontalCenter
property real initialMapRotation: 0
rotationByPinchingEnabled: true
zoomByPinchingEnabled: true
wrapAroundMode: Enums.WrapAroundModeEnabledWhenSupported
onMousePositionChanged: {
mouse.accepted = true;
return;
}
backgrou.....
// More code below Nakul
... View more
09-29-2017
04:37 PM
|
1
|
0
|
1416
|
|
POST
|
It was the issue at our end. The combobox was getting reset to the default index. It was an easy fix.
... View more
09-22-2017
08:19 AM
|
2
|
0
|
299
|
|
POST
|
The second issue has been fixed and pushed to the template. Please create a new quick report from the desktop or website to get the fix.
... View more
09-21-2017
03:40 PM
|
2
|
2
|
2061
|
|
POST
|
Ok I tested on my end. You have mentioned two issues 1) First issue - I am not able to reproduce. Everytime I submit the report it takes it back to the landing page and then I can start a new report. It doesn't close the app (crash). I am able to submit 5 reports in the row. 2) Second issue - "As my report has 20 rows to fill up, and all of them have domains; then, once I select the answer on the upper rows and keep scrolling down answering the rest; then I scroll up and find out that the upper rows were restored to their default values. " Yes I am able to reproduce this one. We are working to fix this one. If you would like you can go ahead and log a tech support issue for second issue (tracking purpose of bug) and you may wanna get troubleshooted why you are having the first issue. Thanks Nakul
... View more
09-21-2017
01:16 PM
|
0
|
3
|
2061
|
|
POST
|
Hi Jose, That's weird. 1) Could you please tell me what version of QuickReport you are using? 2) Does it happen inside the AppStudio Player only? If yes whats the version of Player? have you tried on the build app? 3) What platform you are using? 4) Can you please share your feature service url with me? Thanks, Nakul
... View more
09-21-2017
11:59 AM
|
0
|
5
|
2061
|
|
POST
|
Current workflow is that after the successful submission, it is expected to go back to the first page (landing page) After the above page, the next page is the following page. Are you seeing something different? Nakul
... View more
09-21-2017
10:46 AM
|
0
|
7
|
2061
|
|
POST
|
Hi Jose, We need more information. What does it mean it "application kicks you out"? Does it crash or logs you out in case of secured service? What version of Template application are you using? What platform are you running the app? Any screenshots? How can we reproduce the issue? Thanks, Nakul
... View more
09-21-2017
08:06 AM
|
0
|
9
|
2061
|
| 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
|