|
POST
|
I decided to restore the 2.5 version of my site. Turning off the search result pop-up removes some custom functionality that I coded into the pop-ups. I can train people to click the X in the search results box, but honestly, it's not worth the hassle when my backup works as desired. I guess I'll just run 2.5 for my Property Viewer and hope that the next upgrade to DE fixes that issue! Thanks again for your help. The fast replies are always appreciated!!
... View more
02-23-2018
06:40 AM
|
0
|
0
|
2333
|
|
POST
|
OK, that will suffice. I liked the old behavior better, but at least I'm rid of the semi-permanent orange polygon.
... View more
02-23-2018
06:16 AM
|
0
|
2
|
2333
|
|
POST
|
Ha ha, fair enough, Robert! You can get rid of it that way. Good work around. This is a pretty big behavior change for my end users, so I am anticipating significant pushback. Is there is a way to modify the 2.7 default code to get it to behave as the previous version's site did? In version 2.5, the search result was highlighted with a thin blue line (same behavior as in ArcMap when you select a polygon) and that highlighting disappears when you click anywhere on the map outside of the selected parcel. I have the old site, but I don't know which file(s) to compare so that I can find the issue and replace the code. As always, I am indebted to your assistance!
... View more
02-22-2018
02:47 PM
|
0
|
4
|
2333
|
|
POST
|
I just upgraded to WAB Developer Edition version 2.7. When I use the Search tool or pass a query through URL parameters, the search result highlights with a nearly opaque orange polygon. In the previous version, you could click elsewhere on the map to deselect the polygon and the orange would go away. Now, the polygon persists like a drawing object and I have no way to remove it. Test URL: URL Parameter Search Or you can go to http://gis.douglascountyks.org/propertyviewer/ and search for 107-26-0-00-00-005.00-0 (this is a PIN number, just FYI). Click away from the highlighted property, and the orange polygon persists. I can restore a backup version of my website, but I need to figure out how to fix this so that I can continue to use the latest version of Developer Edition. Help?
... View more
02-22-2018
02:27 PM
|
0
|
6
|
2510
|
|
POST
|
Anyone know of a similar resolution for a regular web service that has been removed, but still gets "ghost" calls that are showing up as errors in the log file? I moved a cached mapping service with old aerial imagery from our local server to ArcGIS Online and something is still pinging that service.
... View more
02-08-2018
02:49 PM
|
0
|
0
|
1508
|
|
POST
|
Yes, I am using the new ArcGIS Online dashboard. Your steps above were very helpful -- I now have a way to interact with the map and the maintenance records! Thank you.
... View more
12-08-2017
12:53 PM
|
1
|
0
|
1830
|
|
POST
|
Thanks, Dan -- I found that page this morning and it was indeed helpful.
... View more
12-08-2017
11:47 AM
|
0
|
0
|
4308
|
|
POST
|
Thanks, Mark, that is all helpful information. My original script did a post/reconcile on the versions and then deleted them so that I would get a better compress in SDE. Unfortunately, my iPad user hadn't deleted his child replica before that script ran, so we got an error message on the iPad when we tried to sync. (The error message detail was "abort due to constraint violation," which didn't exactly help us figure out the problem.) That's when I discovered the child replica and was confused -- I wrongly assumed that I was only dealing with versions, so I hadn't factored anything else into the design of the script. Good to know that you haven't deleted your replicas or versions and are having success. I read an Esri workflow that instructed the iPad users to always delete the downloaded map after syncing, so I was beginning to think that it was required.
... View more
12-08-2017
11:47 AM
|
0
|
0
|
4308
|
|
POST
|
I did some testing this morning and I think I have it figured out. It would be great if someone from Esri could confirm or correct! I have an ArcGIS Online map set up with a service that allows users to edit on the DEFAULT version of the parent database. There are no versions or replicas if you edit directly in this map. Introducing Collector seems to produce the following: When I open this map in Collector and edit while connected to WiFi, no versions or replicas are created. I am editing on DEFAULT. If I tap the button to download the map for offline use, the download process does the following: If I were downloading the basemap, it would make a copy of the tiles in my desired work area and put those on my device. However, I have loaded a tile package directly on to the iPad, so I tell it to use that map instead. The only data being downloaded is the sign inventory feature class and tables. Next, it creates a version on the SDE database that holds my sign inventory data. The version is called Esri_Anonymous_PublicWorks/Sig because I have the feature service set up to download per user as opposed to by map. Since we do not have named users in our database, this is the only version that will be created. Any subsequent editors who download the map for disconnected editing will be automatically pointed to this same version. Next, it creates a two-way child replica called Ags_fs off of the Esri_Anonymous_PublicWorks/Sig version. (If another iPad user downloads a map for offline use, then another child replica will be created called Ags_fs1.) When the iPad user comes back to the office and connects to WiFi, s/he taps the synchronize button. This pushes the changes from the child replica to the version. When the iPad user goes to the Manage menu and removes the downloaded features, the child replica is deleted. The version stays active in the database, but the iPad is now pointing back at the parent DEFAULT version because the downloaded replica has been removed. This will result in the odd experience of the user going into the map and being unable to see the edits s/he just made in the field. Someone with ArcGIS Desktop software needs to post and reconcile the version so that edits are moved into DEFAULT. Once this is done, the edits made in the field will be once again visible on both the iPad and in the original ArcGIS Online map. At this point, as long as the Esri_Anonymous_PublicWorks/Sig version has been posted and reconciled and there are no other child replicas pointing at it, I can safely delete it.
... View more
12-08-2017
10:08 AM
|
1
|
3
|
4308
|
|
POST
|
I'm playing around with Operations Dashboard for the first time and have a few questions. I'm hoping that I'm just missing something in the setup, but perhaps this functionality does not yet exist since it just came out of beta testing. As background, I'm using O.D. to display statistics on our sign inventory. The only geometry in the inventory database (SDE version 10.5.1 with SQL Server) is a point feature class for the support. Everything else (signs, sign maintenance, and support maintenance) are tracked in related tables that are related with relationship classes. I have two Details widgets in my map. One shows maintenance completed on signs in the last week; the other shows maintenance completed on supports in the last week. My question is this: is there any way to configure O.D. so that the end user can locate the repaired sign/support on the map? I don't see map actions available on the Details widget that would link them together, and there doesn't appear to be a way to enable search in the map. (The source map lets the person search and zoom to a location based on support ID or sign ID.) As a side note, I tried configuring a List widget so that the user could click on a support ID and zoom to that location, but with nearly 7,000 supports in our inventory, I cannot show every possible option in the list. Edited to add a screen shot of a portion of my dashboard.
... View more
12-08-2017
07:13 AM
|
1
|
2
|
1966
|
|
POST
|
Is there any documentation out there that explains how replicas and versions are created, synced/reconciled, and deleted by the Collector app? I found this tutorial that explains that a version is created when a user downloads a map for disconnected editing. However, I am looking at my SDE database and I can see that there is both a replica named Ags_Fs and a version named Esri_Anonymous_PublicWorks/Sig. I am looking for a clear picture of the chain of events that collects, stores, and distributes edits among the various branches that Collector creates. I ask because I'm writing a Python script to automate the synchronization of edits overnight. I have 2-3 desktop editors and 2-4 disconnected editors with iPads. I need to make sure I understand the right order of reconciling so that all edits safely make it back into the DEFAULT version of the parent database. I can write the Python script, so I'm not looking for coding help.
... View more
12-07-2017
02:43 PM
|
0
|
11
|
6862
|
|
POST
|
What about interacting with related tables? My sign inventory is set up such that the only geometry is a point for the support. Maintenance records are tracked in a related table that is tied by a support ID number. I have a Details list in my Operations Dashboard that shows maintenance completed yesterday. Is there a way to click on that detail and zoom to the corresponding location? I see that the search functionality in the map does not work in Operations Dashboard, so I'm wondering how the user would associate a maintenance record with it's location?
... View more
12-07-2017
08:02 AM
|
0
|
2
|
1830
|
|
POST
|
If it helps, I was able to isolate the issue to my own Windows username and password. We are required to change our login passwords at routine intervals, and I forgot to update it in Server Manager prior to the update. My old password was hard-coded into the configuration. I resolved our problem by asking our IT department reset my password to my previous one. Once the passwords matched, I was able to complete the upgrade.
... View more
11-22-2017
06:03 AM
|
1
|
4
|
5629
|
|
POST
|
Thanks for this post, as it helped with a different question I had. I am testing a crowdsourced story map right now and had a colleague submit an entry. When I went to review it, I could not see it in the Review settings, even with "All Contributions" selected. As it turns out, the available submissions are dependent upon the current extent; if I wasn't zoomed out far enough to see the point added by my colleague, it wasn't available to review. Zooming out until I could see all points resolved that issue. It would be great in a future release if you could list all of the new contributions regardless of where they were placed on the map. Had I not realized this limitation, I might have missed someone's submission!
... View more
11-02-2017
11:55 AM
|
0
|
0
|
1388
|
|
POST
|
Thank you, Kylie and Jill! Kylie, your post with screenshots is likely to be helpful to a lot more people than just me, so thank you for that level of detail! So excited to know how to load in a tile package -- this is a big win for us!
... View more
10-25-2017
01:49 PM
|
1
|
0
|
2215
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | a week ago | |
| 1 | 05-08-2024 01:17 PM | |
| 1 | 12-16-2021 07:17 AM | |
| 6 | 04-23-2026 08:57 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|