IDEA
|
We need this ability too for photo documenting sewer and stormwater features. We used to use a Trimble Geo7x that would timestamp our photos. We have since done a complete GIS overhaul that included switching to Collector for our GPS work.
... View more
3 weeks ago
|
0
|
0
|
30
|
POST
|
It's my understanding that this is a security measure put in place so local files cannot be opened via a link. You'll probably have to host the file online somewhere as mentioned above.
... View more
11-13-2020
11:16 AM
|
0
|
0
|
201
|
POST
|
We've actually had great luck with collector. Most of the issues for us have been related to how the webmaps were setup (i.e. editing enabled/disabled when it shouldn't have been, related tables not added, etc). We recently purchased an EOS Arrow GPS to pair with our iPads and the accuracy level has been fantastic. We aren't doing any offline editing or syncing though, so our setup is likely much less complicated than what you're doing, but overall Collector has been a pretty smooth integration for us.
... View more
07-07-2020
04:06 PM
|
0
|
0
|
36
|
POST
|
I'd like a message such as "You've recently added a submission to the table, and must now wait 2 minutes before doing so again." I'm trying to avoid duplicate submissions because the user might have mistakenly thought the first one didn't go through.
... View more
03-04-2020
02:11 PM
|
0
|
0
|
35
|
IDEA
|
Yeah that's one of the issues I have with ArcGIS Pro as well. I spoke with an ESRI employee, and he explained that they chose to develop Pro with 3D functionality "baked" in, so the video card requirements are huge. He also said, in his opinion, they should have split the 3D portion out and made it an addon so that those of us that do not need the 3D functions wouldn't have to meet these crazy video card requirements. We use Amazon Workspaces quite a bit, and unfortunately their video card capable package is way out of reach for us budget wise, so I'm kind of stuck using ArcMap for the time being. Really wish there was a way to disable the 3D portion of PRO. I completely agree with your cartography statement....it takes me WAY too long to get a map looking the way I need it to in PRO. The tools/options to modify even simple items on the map are buried under sometimes multiple layers of sub-options.
... View more
02-19-2020
03:31 PM
|
5
|
0
|
107
|
IDEA
|
You should be able to create a view on your gdb that would add some columns to your parent table from the related table. We have this setup for some symbology on a webmap that we feed into Collector. The features are the parent table, and there is a related inspections table. Our SQL statement pulls the most recent inspection (lastprocessed) and determines how long ago it was (dayssincelastprocessed) and adds that number of days into the view's extra columns. I bet you could do the same thing in this situation but just pull the first record in the related table. You'd then publish the view as a feature service and feed it into your map. I'm not super good with SQL but maybe this could give a launch point: The two columns added to the end of the parent table as a view: The SQL statement we're using: SELECT a.*, (SELECT max(b.inspectiondate) FROM CriticalFacilitiesInspectionsTable_evw AS b WHERE a.facilityid=b.facilityid) AS lastprocessed, DATEDIFF(day,(SELECT max(b.inspectiondate) FROM CriticalFacilitiesInspectionsTable_evw AS b WHERE a.facilityid=b.facilityid), GETDATE()) AS DaysSinceLastProcessed FROM ssgravitymain_evw AS a
... View more
12-13-2019
03:05 PM
|
0
|
0
|
23
|
IDEA
|
Well my EEAP tech guru suggested I could turn off editor tracking prior to do any copying/appending/etc. and turn it back on once I get the data where I want it. This seems to work quite well. I'd still however like to be able to situate the fields in the Survey 123 viewer based on customer requests.
... View more
11-27-2019
01:55 PM
|
0
|
0
|
17
|
POST
|
Did this ever get resolved? Will it work in the expression builder now? Update: I just tried this and unfortunately it doesn't work. Strangely, the TextFormatting.NewLine option is available under the "Constants" tab, but when you click the help button you get this message even though the test box is showing it as working:
... View more
11-13-2019
08:00 AM
|
2
|
1
|
340
|
IDEA
|
I'd like to be able to reorder fields in the Survey123 webviewer. Currently, you have to completely re-copy the service into a new one and republish with the fields in the order you'd like. You then have to append your old data to the new service. The problem is that all of the last edited and last user info is wiped out when you do this. I have several survey's that we've added fields to in the form after the initial publishing, but they always end up in the right-most column of the viewer.
... View more
11-05-2019
01:27 PM
|
3
|
1
|
97
|
IDEA
|
Hi there! I'm one of those rare specimens of GIS professionals that are colorblind, and I'm having trouble with setting my symbology in webmaps because there is no mouseover text to tell me what color I'm choosing (see image #1). I can kind of tell by the hex number, but it'd be nice to have the color information show like it does in MS Word (see image #2) Image 1 (AGOL Webmap): Image 2 (MS Word interface): Thanks, David Forbuss GIS Technician Rogue Valley Sewer Services 138 West Vilas Road Central Point, OR 97502 RVSS.US 541-664-6300 ext. 238
... View more
11-05-2019
08:27 AM
|
2
|
0
|
84
|
Online Status |
Offline
|
Date Last Visited |
3 weeks ago
|