|
POST
|
Hmmm....yeah, I don't know of any way to get ArcGIS Online to do that. I was going to suggest creating a separate point feature layer and appending the data to it to create the labels, but in this case where the data set is constantly updated that makes it much more complicated. I did see this post but not even sure if that would work for your case. I guess some other options would be to keep the map symbolized as polygons, as you did with the other tabs in the HUB map (Deaths by County, Hospitalization Rate, etc) or just remove labels to keep it strictly visual based on the size of the circles. Then if a user wants to know specifics, they would click on the circle to get the data. (as we know, this is the approach that Johns Hopkins took with their Dashboard) Sorry I can't be more help, I'm sure you've already thought of those options! Hopefully Esri will enhance labeling options and functionality within web maps in the future... Good luck and take care! -Katherine
... View more
04-15-2020
08:00 AM
|
0
|
0
|
1932
|
|
POST
|
Actually after looking at the data a bit more, I believe the issue is that the labels are appearing over the centroid of the county polygon, rather than the symbolized "counts and amounts" point symbolization.
... View more
04-15-2020
07:34 AM
|
0
|
2
|
1932
|
|
POST
|
This may be a silly question, but what do you have set for the alignment in the label settings?
... View more
04-15-2020
07:27 AM
|
0
|
3
|
1932
|
|
POST
|
I found this post and there are several possible solutions mentioned in the comments. The easiest one to try being: I was having a similar issue. What worked for me was going into the web map details, un-checking "Enable Offline Mode," saving, edit again, re-check "Enable Offline Mode" and re-share with the group the map was participating in. Maybe give that a try and see if it helps....also, make sure there are no copies of layers or layers originating from the same data source in your map.
... View more
04-15-2020
07:16 AM
|
0
|
0
|
3507
|
|
POST
|
Yeah, never hurts to reach out on Geonet As I said, my first guess would be that you just don't have permission to create content. If it turns out you do have "creation privileges" but still run into this issue, we can look into a couple other troubleshooting ideas.
... View more
04-14-2020
01:26 PM
|
0
|
0
|
4005
|
|
POST
|
Shawn Dowling, what is your user type and role within the organization? Have you been able to save web maps before, and this is issue is only happening recently?
... View more
04-14-2020
12:50 PM
|
0
|
2
|
4005
|
|
POST
|
Hi James Tedrick, I'm using Google Chrome (Version 80.0.3987.163 (Official Build) (64-bit)). The error is occurring in ArcGIS Online, not Enterprise.
... View more
04-14-2020
12:47 PM
|
0
|
0
|
2940
|
|
POST
|
Hello, I am creating several groups in my organization in order to separate content via map/app galleries. I'd like everyone in our organization to be a member of the group (I am using the option to add without sending invitations). I know I can click on multiple members at once to add them "in bulk", but this gets very cumbersome when you have hundreds of users and you need to do this same workflow for dozens of groups. Is there a quick way to "add all" that I'm not aware of? I am using ArcGIS Enterprise v. 10.6.1
... View more
04-13-2020
08:53 AM
|
0
|
1
|
1483
|
|
POST
|
In web maps you can see the full list of scale ranges when you are setting visibility ranges for layers. Is this what you're looking for?
... View more
04-09-2020
08:37 AM
|
1
|
0
|
898
|
|
POST
|
Hmm...maybe this would help? I've never used this feature myself so I can't say for sure, but it seems like it would be useful. Reports in ArcGIS Pro—ArcGIS Pro | Documentation I also found this, which is a little out of date (2017) but seems interesting! http://www.interwestgrp.com/files/SacGISUG/110817/Joanna_SacGISUserGroup_11082017.pdf
... View more
04-09-2020
08:14 AM
|
1
|
0
|
1475
|
|
POST
|
James Tedrick, I have been experiencing this problem as well and followed your advice to look in the developer console. When I try to export selected records as a file geodatabase, the export fails but no messages appear within the developer console. However, I found that when I selected 6 records or fewer, then I was able to successfully download the fgdb. When I did this, the console returned this message: I tried to do some research on this message, but I'm not sure what I can do from the front-end to be able to address this, or if it even provides any useful insight into the failed exports. Have their been any new bugs associated with this issue that many people seem to be experiencing? I did see this one but it doesn't seem to apply to my situation (all labels are under 255 characters). Thanks in advance for any insight you may have!
... View more
04-08-2020
02:20 PM
|
0
|
2
|
2940
|
|
POST
|
We have this happen all the time with our surveys and have to download the file geodatabases via the workaround through the REST endpoint. Unfortunately, I double checked and we don't have any labels longer than 255 characters. So maybe there is some other kind of bug as well?
... View more
04-08-2020
01:51 PM
|
1
|
0
|
1315
|
|
POST
|
Sounds like the perfect application for Survey123 feature reports. Have you looked into those?
... View more
04-08-2020
11:14 AM
|
1
|
0
|
1475
|
|
POST
|
TL;DR - Trying to sync returns the error "Importing delta data changes failed". This can be caused if multiple layers in the web map originate from the same data source. Refer to this page for more details on this behavior. It is recommended to publish layers intended for offline editing as separate services. I've recently been working with Esri tech support to determine why I was receiving this error message when attempting to sync edits in Collector. Error Code '500': 'Unable to Synchronize Replica.' Importing delta data changes failed. I went straight to tech support for this one rather than posting a question on Geonet because it was a time-sensitive issue and we needed to try to recover our offline edits and figure out the root cause of the issue as soon as possible, but I wanted to follow up here by writing a discussion, just for the slight chance that this post might pop up in a Google search one day and help someone else who is facing the same issue. First off, yes, we attempted the workflow recommended by Esri to Access offline edits from Collector for ArcGIS directly from an Android or iOS device. This workflow has been successful for me in the past, but we were encountering access issue with the iPads that turned out to be the result of an iOS bug that could only be solved with a factory reset of the device, according to Apple support. Since there seemed to be no way we could access the database on the device, I ended up just manually entering the points and their data into the web map. Luckily there were only 26 points on the device, so it wasn't too bad in the grand scheme of things. However, the underlying issue I was more concerned about was WHY this error happened in the first place. I wasn't the original creator of the map, but I confirmed there were no copies of layers within the web map and everything was configured correctly for offline capability. The data schema and map configuration had not changed since the user downloaded the offline map. I wasn't finding similar situations or solutions documented online, so I was completely stumped as to what the issue was with the data. After discussing with tech support, we were able to dig up some more information on the issue. The problem that I didn't realize at first, because I wasn't the original publisher of the data or creator of the map, was that the feature service that included the four layers in the web map contained layers that were published from a template geodatabase. One of the feature classes within this template geodatabase was a copy of another feature class with a slightly different schema. This wasn't apparent when looking at the hosted feature service in AGOL. Even if I hadn't known which geodatabase the service originated from, I could still confirm that two out of the four layers in the service originated from the same data source by downloading the Hosted Feature Layer as a file geodatabase. When I opened the geodatabase, it only contained three instead of four layers. This behavior is expected, according to BUG-000099537, referenced below. It was recommended by Esri Support to publish layers as separate services if they were intended for offline data collection. ENH-000101782 : In the "Publish hosted features layers" documentation for ArcGIS Online, it needs to be mentioned that users need to have each layer pointing to a separate data source if they want to enable the data for offline use. ENH-000101849 : If a feature service or hosted feature service is being published to ArcGIS Online or ArcGIS Server and has sync capabilities enabled, ArcGIS Desktop should analyze the map document to see if any layers are pointing to a single data source. If so, the analyze tool should return an error and prevent the user from publishing if they have multiple layers in their map document pointing to the same data source. BUG-000099537 : When multiple layers from the same data source are shared as a feature service from ArcMap to ArcGIS Online, exporting the service to a file geodatabase causes only one of the layers from the original data source to be exported. This bug may seem unrelated, but this is relevant because it explains that when publishing a service where multiple layers reference the same data layer, only one table is generated in the ArcGIS Online database. ArcGIS Online does not duplicate the tables and therefore it cannot sync data back. ArcGIS Online recognizes multiple layers in one hosted feature layer as one single layer instead of multiple layers. That's why publishing each layer separately is necessary. So, hopefully that will add to the Geonet collective knowledge and maybe help someone in the future. Happy troubleshooting!
... View more
04-07-2020
03:20 PM
|
1
|
1
|
4701
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 1 | Wednesday | |
| 2 | Wednesday | |
| 2 | 4 weeks ago | |
| 1 | 05-14-2026 08:38 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|