|
POST
|
Hi David, There aren't any known issues with ArcGIS Online currently. If you are still experiencing issues, please contact Support Services to look into the particular issue with your web map. -Kelly
... View more
03-07-2017
11:37 AM
|
0
|
0
|
767
|
|
POST
|
Hi Nikolai, Does this happen in the web map as well as the Web AppBuilder? https://community.esri.com/community/gis/web-gis/web-appbuilder?sr=search&searchId=285bd52f-2463-4e4b-90d1-6394ed959a61&searchIndex=4 -Kelly
... View more
03-07-2017
11:35 AM
|
0
|
1
|
1206
|
|
POST
|
Hi, This functionality hasn't been added to the map viewer but is being considered for the future. Check out some of the configurable apps like the minimalist where you can dock the pop up on the side of the app. This may provide more flexibility for the workflow that you are looking to accomplish currently. Also consider supporting this idea: https://community.esri.com/ideas/4590 -Kelly
... View more
03-03-2017
09:51 AM
|
2
|
4
|
14651
|
|
POST
|
HI Doug, Thanks for the feedback. Currently, you can't automatically add users from another organization to your group, as joining the group requires user permission/accepting the invitation. We are doing some work on Groups, so this feedback is very helpful. There are a few ideas on https://community.esri.com/community/arcgis-ideas?sr=search&searchId=04acafd8-a33f-4d29-9d6b-a0560c7427ba&searchIndex=0 about groups, but it would be helpful if you could add this specific feedback as a new idea and continue the discussion. -Kelly
... View more
03-03-2017
09:40 AM
|
1
|
0
|
4906
|
|
POST
|
Hi Derek, You are currently trying to add a group of layers as a single feature layer to the map viewer which is not a supported layer type. In order to use the group layer functionality available with map service, you need to add the entire map service and think about removing the unwanted layers from the legend. If you want to add each layer individually, you can do this by going to the layers with features but will loose the group layer functionality, Layer: Renewable Energy (ID: 2) -Kelly
... View more
03-02-2017
03:22 PM
|
1
|
0
|
2923
|
|
POST
|
Thanks Michael, I removed the token so that no one else can access your rest url, but it looks like the fields with the lock box are editable from the rest end point. Another place where you can disable editing is through the pop up configuration in the visualization tab or the map viewer. You can select Configure Pop up>Configure Attributes and then check on or off the capability to edit specific fields. If the edit option is checked off, you will also see the lock box in the data tab. Try checking the pop up configuration to turn editing back on for the fields that you were displaying. -Kelly
... View more
03-02-2017
01:43 PM
|
4
|
3
|
6960
|
|
POST
|
Hi Michael, That icon indicates that the fields are un editable. Are you able to share your service url to this post? How did you create the service? -Kelly
... View more
03-02-2017
12:59 PM
|
1
|
5
|
6960
|
|
POST
|
Hello, There shouldn't be any lingering effects from the outage that was experienced on February 28th. If you are noticing a slowdown, try clearing your browser cache. If the issues still persist, please contact support services so that we can investigate the issues further. Feel free to reply to this post if you need help getting in contact with support services. -Kelly
... View more
03-02-2017
12:57 PM
|
1
|
1
|
1506
|
|
POST
|
Caitlin Pearson I did a little more research into this application and it looks like you are running into performance issues due to the size of the maps that you are loading in your story map. This will cause the browser to crash or the app not to load, depending on the resources available. For example, this web map holds the geometry data in the web map for all of your layers. If you look at the text of this web map, you will see that each point is written and stored in the web map: https://ydrt.maps.arcgis.com/sharing/content/items/be7bbb6b740a4c07972713e726456280/data?f=json This is quite a lot of information to be drawn and loaded in a web browser. To improve the performance, try publishing your data as a hosted feature service (requires and Organizational account). This will push the work to a server to store and display the data, removing the necessity to store all of the geometry information in the web map. -Kelly
... View more
03-02-2017
11:33 AM
|
3
|
3
|
2482
|
|
POST
|
Hi Caitlin, I can view the story map just fine when I open it, which points towards a browser or environment issue on your end. 1. Try opening the story map in private browsing mode like incognito in chrome. 2. Try opening the map on another network connection, like on your phone signed out of your current Wifi. 3. Try clearing your browser cache and reopening the map: Refreshyourcache.com - The Guide to Clear your Browser Cache! Let us know if this works. -Kelly
... View more
03-02-2017
10:19 AM
|
2
|
4
|
2482
|
|
BLOG
|
In the previous release of ArcGIS Online, we introduced the concept of hosted feature layer views. These allow you to create multiple views, each with different editing capabilities and styling, all while leveraging the same underlying data. With this release, hosted feature layer views have gotten even better. In addition to being able to adjust the styling, sharing, and editing permissions, you can now define what data is visible on your view by creating a view definition, either by using a feature definition (allowing you to only show features that match a query) or by controlling what fields are visible in the view. Unlike the popup and other existing filters, these new definition settings will restrict access to the data even when you are working directly with the layer over REST (as a developer) or when users are exporting the data to different formats. The example outlined in my previous blog article on the different uses of feature layer views shows where this functionality really shines. You can create a view for the public to see coyote sightings while restricting that view to show data that has been reviewed by city staff, or you can only show sightings to your field staff that are recent (say within the last 6 months). Now, using view definitions, you can also hide fields that are not relevant to the public and are used solely within your organization for good data management processes. This makes your public awareness web app even more concise. It doesn’t have to stop there, though. You could also make that data available through your organization’s Open Data portal, and allow developers and members of the public to download the information and use it to do further analysis, or when building their own location-aware apps—for example, a user might get an alert if they are in the vicinity of a recent coyote sighting. Hosted feature layer views are really about giving you the power to control how your data is viewed and consumed, without having to duplicate data and introduce additional complexity to the management of your data. View definitions are a powerful new enhancement to feature layer views, but to ensure they are used effectively, there are a couple of important details you should note. If you have to add a field to your primary feature layer and want that field to show up for a particular view you have already created, you must update the definition of the view to include that field as visible as it will not be automatically enabled on the view. Also if you remove a field from a view be sure to take the time to update your existing popups to reflect the change for the best experience. For definitions to function properly, your organization must have the Allow only standard SQL queries security setting enabled. Most users will already have this setting enabled in their organization as part of their security best practices. This setting is essential in helping to prevent SQL injection attacks and will also prevent any unexpected results when performing queries against the data that make use of hidden fields. Make sure you take the time to leverage the functionality and flexibility of hosted feature layer views when delivering great maps, apps and data to your users. Whether that’s within your organization or whether you are empowering and informing the public through your work. To find even more information about hosted feature layer views, head over to our help topic for more information. Link to ArcGIS Blog
... View more
03-02-2017
08:30 AM
|
2
|
3
|
1161
|
|
BLOG
|
This morning you will be waking up and logging in to see some brand new Functionality in ArcGIS Online. Check out this link to all of the what's new blog posts from the March 2017 Release of ArcGIS Online: March 2017 Blog Posts Let us know if you have any questions or comments about the new functionality.
... View more
03-02-2017
08:28 AM
|
1
|
0
|
779
|
|
POST
|
Hi CaitlinYDRT, Great suggestions carmelconnollytemp! If looking into the sharing of the web map and content doesn't resolve the issue, share the link to your story map here or give Technical support a call to look into this issue further. -Kelly
... View more
03-02-2017
08:17 AM
|
0
|
1
|
2482
|
|
POST
|
Okay, Are the existing edits made be users that are ArcGIS Online users or are they users that belong in your SDE user base? Can you confirm that this is your desired workflow: Take data from SDE database with existing editor tracking and publish to ArcGIS Online, maintaining the existing editor tracking value. -Kelly
... View more
03-01-2017
09:27 AM
|
0
|
2
|
1401
|
|
POST
|
Hey Tom, Are you able to enable editor tracking before you publish your data using ArcMap?
... View more
02-28-2017
04:57 PM
|
0
|
4
|
4175
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 11-11-2016 10:09 AM | |
| 2 | 02-20-2018 04:07 PM | |
| 1 | 02-22-2018 03:18 PM | |
| 1 | 07-19-2017 09:39 AM | |
| 1 | 03-18-2019 09:32 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-14-2023
06:56 PM
|