|
POST
|
I'd suggest the installer be updated to check for Windows 10 and stop the install before proceeding. Some of us don't have the option to be able to update to Windows 10 yet. I used the in-app update from Pro 2.6. There was no indication of the prerequisite. Based on what I'm seeing here, this is impacting lots of users.
... View more
01-06-2021
07:23 AM
|
1
|
0
|
2669
|
|
POST
|
This is disappointing as Esri claims to have a product to run on a specific platform and there is specific, core functionality that I would expect to be consistent across all platforms. I'll send an email to esriApps4Windows10@esri.com with more details about how we hoped to use Collector on Windows 10. I do appreciate you getting back to me and the honesty of your response.
... View more
02-20-2020
05:28 AM
|
5
|
1
|
2904
|
|
POST
|
We are using Collector on a tablet running Windows 10. We've noticed there is not a compass or direction button/tab available. When looking at this same webmap via iOS, the compass and direction options are there. Is there something we need to set in the Windows 10 version to enable these options?
... View more
02-17-2020
06:42 AM
|
1
|
8
|
3356
|
|
POST
|
We have run into a problem with Collector using a web map that has multiple instances of the same feature - each layer a different subtype and then symbolized by a status for that feature within the subtype (e.g. subtype A status 1,2,3; subtype B status 1,2,3, etc.). When a user edits a feature and that causes the feature to a) have a different status or b) change the subtype and then saves; if they go back and edit an additional attribute for that same feature (e.g. comments) a new feature is created resulting in duplicates of the same feature instead of just an updated feature. We are able to see the new feature is created as a result because we track creation user and ID, and it appears when this process happens. This has only been repeatable on iOS. We are running iOS 13.2 (17B84) with Collector 19.2.0. It does not occur using Android
... View more
11-12-2019
02:00 PM
|
0
|
0
|
750
|
|
POST
|
James, If looking for additional feedback, I am interested in the same capability. This would be most helpful when producing a group of reports that could be constructed to help better group data and understand what a person could be looking at without having to look at each file. For example, if I could have a report title that shows City, Street Name, Address Number, and then OID, it would make it much easier to organize documentation that may be requested for review outside of ArcGIS Online. Terry
... View more
06-10-2019
09:03 AM
|
0
|
0
|
2677
|
|
POST
|
I do not see anything documenting if Explorer is able to interface with a High-accuracy GPS receiver. Is that true? If so, are there any plans to include this capability? If so, when?
... View more
05-30-2019
08:55 AM
|
1
|
1
|
638
|
|
POST
|
I have configured a pop-up in AGOL with a subtype code in the title. It shows properly in the web map, but Explorer shows the code and not the value. I see you had this problem about a year ago as reported by Brook Bourgeois. I am experiencing this on an iPhone 7 running iOS 11.4.1 and Explorer 18.1.1 build 2178.
... View more
08-01-2018
02:01 PM
|
0
|
1
|
875
|
|
IDEA
|
I've reached out to Esri's technical support for assistance.
... View more
06-22-2018
12:39 PM
|
1
|
0
|
7346
|
|
IDEA
|
I tried the hard stop, and I'm getting an error. Is there something I'm supposed to be including in my overall map or json that may be causing this? Today I copied the code from your example, top to bottom, created a new custom command, pasted the code , ran the test, and received the same error message: "Execution Error:Runtime Error: Cannot call member method on null. x" The error is occurring at var ArcadeX = Geometry($feature).x; By the way - I really do appreciate all the assistance.
... View more
06-22-2018
11:35 AM
|
1
|
1
|
7346
|
|
IDEA
|
I'd not used jsbin before, thanks for the suggestion. However, I wasn't able to resolve that as it looks like there are many more references I need to include to build that code. In AGO, I'm simply doing: Expression labeled Lat - var myY = Geometry($feature),y; return (myY) Expression labeled Lon - var myX = Geometry($feature),longitude; return Text(myX); When I click on the point in AGO, the popup gives me: Lat: [object Object] Lon: {"x":-9253301,"y":4883077,"spatialReference":{"latestWkid":3857,"wkid":102100}} I tried to do a return on myX.x (x value for Lon function), but I get the error "Cannot call member method on null. x "
... View more
06-21-2018
02:04 PM
|
0
|
1
|
7346
|
|
IDEA
|
I've been trying to do this exact thing - return the Lat/Long from a point in a web map using ArcGIS JavaScript. In the code you have here and the code I've tried I keep getting an error "Execution Error:Runtime Error: Cannot call member method on null. x". I'm not sure what I need to do to fix this. I can get the geometry values as a json structure, but I cannot get to the individual data elements. Any suggestions?
... View more
06-20-2018
07:03 PM
|
0
|
1
|
7346
|
|
IDEA
|
Does December's release of ArcGIS Online resolve this issue? Are the HTTP/HTTPS addresses stored with the webmap or do they read it from the feature layer? Changing the source of the data in the feature layer in the settings tab will make this convenient for testing activities.
... View more
01-03-2018
01:11 PM
|
0
|
0
|
625
|
|
IDEA
|
Webmaps store details with URL addresses for feature layers that are used when it is developed. It does not read the feature layer's details at startup. This makes it difficult for a user to do basic development and later update the webmap for production. The scenario: We have updated the schema in a test database that has attributes to be used in a new webmap. These attributes do not yet exist in production. A feature layer is created that points to the test database, and then a webmap is created using that feature layer. The webmap is built to include symbology and popups are configured. Users are prompted for a login ID and password when the webmap starts to make sure they are allowed to access the data provided via the feature layer. As part of the login screen the feature layer to be accessed is also displayed. Fast forward and the new attribute is added to the production schema. I created a new feature service to point to the production data which now has the same schema as production. Since we have a webmap built and configured as desired, I should be able to make a minor modification to the feature layer in AGOL and change the data source. I can do this by going to the feature layer in AGOL and then going to the Settings tab. After changing the URL for the data source, I can go to the data tab and verify the change was saved. I now have a webmap with symbology and popups configured. The only change I've made is to the feature layer to have the URL for the data source point to the feature layer that uses the production database. However, when I start the webmap it prompts me for a login that is still pointing to the test database. Working with Esri technical support, we are able to determine the URL(s) for the feature service that points to the test feature service is stored in the JSON for the webmap. The only way for me to fix this is to edit the JSON for the webmap and have it point to the URL for the production feature service layer. Suggestion: My suggestion is that the webmap should not be reading URL information from the data source upon startup, but it should be reading from the feature layer. This way the changes will be detected.
... View more
10-09-2017
07:20 AM
|
1
|
1
|
725
|
|
POST
|
It looks like the current work around is using an edited field in order to have the value displayed. Can you provide an estimated release (and date) to fix BUG-000108532 so that values will be shown and not just the domain coded value without having to edit the field?
... View more
10-05-2017
06:54 AM
|
0
|
7
|
1733
|
|
POST
|
I am having a similar problem. I'm using a REST service to provide data from an SDE database. The REST service is being supported by ArcGIS Server 10.22. I've created a pop-up in AGOL that uses the domain value in the title. When I view this in AGOL, the domain value description is displayed. When I look at the same feature via Collector on my iOS device, I see the domain code value. I've gone to the REST service and looked at the JSON file as suggested, and I don't see a "types" field, "id", or "name" field in the JSON file.
... View more
09-26-2017
06:12 AM
|
0
|
0
|
4569
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-30-2019 08:55 AM | |
| 1 | 01-06-2021 07:23 AM | |
| 1 | 11-09-2016 04:49 AM | |
| 1 | 03-28-2017 06:17 AM | |
| 5 | 02-20-2020 05:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
01-26-2021
06:28 AM
|