|
POST
|
Sharing is actually pretty simple. If an organization member can create content (based on their license), then they can share that content to others. Here's a link to the documentation on sharing. Share items—ArcGIS Online Help | Documentation This blog post describes an upcoming change to sharing. https://community.esri.com/community/gis/web-gis/arcgisonline/blog/2019/11/22/whats-coming-in-arcgis-online There's a good diagram in here that conceptually shows how sharing works. Sharing includes who can access an item--you, your organization, or everyone--and what groups it's shared with. "Private" sharing means sharing to specific groups that contain specific members. If you want to be very restrictive and share with only one person, you'd have to create a group where you and that person are the only members, and share your item to the group. hope this helps, Mike
... View more
12-03-2019
08:52 AM
|
1
|
0
|
6455
|
|
POST
|
How many layers do you have in your map? Are you approaching 16 layers? Could you make separate maps with less layers? Are you using the map viewer or have you written your own custom app? If you're using AGOL map viewer, there's not much you can do, other than remove layers. If you're writing your own app, you could disable WebGL for particular hosted feature layers but not others, or alternatively write your app with the JavaScript 4.x API. Mike
... View more
11-01-2019
05:01 PM
|
0
|
2
|
11194
|
|
POST
|
It is possible to get the GUID field to appear in the map viewer table by using an arcade expression. Arcade expressions created as part of the popup appear in the map viewer. Unfortunately, they don't appear on the data tab table. On your layer, configure the popup. Look for the 'Attribute expressions' section and Add one. You can change the title of your expression and enter the actual expression to return the GUID field. In my case, my GUID field is named 'guidfield'. Write the expression return $feature.guidfield The result in the map viewer table
... View more
11-01-2019
09:29 AM
|
2
|
1
|
6635
|
|
POST
|
Actually, I believe AGOL removes guid fields by default from the table. You can show them in the popup, but they don't appear in the table. I don't know the reason why we did that. But I'll write up an issue to make a change. Likely, we'll show them as hidden by default, but you could show them. Mike
... View more
10-31-2019
04:40 PM
|
2
|
3
|
6635
|
|
POST
|
Rickey Fite You can add a "required" field by unchecking the "allows null values" option when creating the field. This option is available when there's no features in the layer. We don't show this option on layers with features because all records would violate the rule once the field gets created. thanks, Mike
... View more
10-18-2019
08:05 AM
|
1
|
0
|
573
|
|
POST
|
Hi, Yes, there was a fix installed last night. It fixes the problem moving forward, but it doesn't repair layers that are now missing layers. But as you noticed, the layers aren't really missing and are still part of the service. It's just the references to the layer are broken on the item in ArcGIS Online. The simple solution is to republish the layer. However, if you've created a lot of maps that reference the layer, they will now be broken. It may be possible to overwrite the layer, depending on the original data source of the layer, and that may restore the layers, but I'm not sure. Another repair option entails modifying the JSON of the item in ArcGIS Online. If you want to go this route, I'd suggest you contact Esri Technical Support. Hope this helps, Mike
... View more
10-09-2019
10:06 AM
|
0
|
0
|
342
|
|
POST
|
Hi Jodie, Well, I'm not sure exactly what happened to your layer as I'm not able to reproduce the issue with calculate. There was an additional issue related to adding a new field to a layer, that has been fixed internally and will be released in an update tonight. Did you add any fields in AGOL before calculating? Even on a different layer? The fix should prevent this from happening again, but it won't fix your existing broken layer. My suggestion is to republish it. Thanks, Mike
... View more
10-08-2019
09:16 AM
|
0
|
0
|
3144
|
|
POST
|
Hi Daniela Zuloaga ArcGIS Online hosted feature services don't support labels from Pro. You could publish a hosted tile layer, which I believe would contain your labels. You may need to create the tiles locally in Pro first, however. I'm not sure. Another option if you have your own server is to publish a map service to your server. Labels would be supported in this case. This post above is relevant to this discussion. https://community.esri.com/message/882698-re-arcgis-online-labels?commentID=882698&et=notification.mention#comment-396204 hope this helps, Mike
... View more
10-07-2019
04:52 PM
|
0
|
1
|
1393
|
|
POST
|
Jodie Gosselin Can you provide more information to this latest problem? Were you using Arcade or SQL to calculate? Was this from the map viewer table or the data tab? What were you doing before calculating? Perhaps a previous action could have caused the problem? Thanks, Mike
... View more
10-07-2019
01:31 PM
|
0
|
2
|
3144
|
|
POST
|
This issue was introduced with the recent update to ArcGIS Online. We are working to address this and release it tonight. The issue is caused by adding a new field to a table. So refrain from doing this at this time. Thanks, Mike
... View more
10-03-2019
09:09 AM
|
2
|
0
|
3144
|
|
POST
|
Richard, The question for me is why does this layer have SourceSchemaChangesAllowed set to false? Can you tell us more about your layer? How did you publish it? Is it editable? If so, what are the edit settings? I see that there is one view layer, how have you configured that layer? The few layers of mine I looked at don't have that property set to false, so I'm wondering if some layer configuration set it that way. thanks, Mike
... View more
08-22-2019
03:16 PM
|
0
|
1
|
2222
|
|
POST
|
Richard, Sorry, false alarm. I had a duplicate value. What I'm looking for is to see if the server is returning a more detailed error message. Here's what to do. 1. Navigate to the field property page 2. Open the Chrome Dev tools by simultaneously clicking <CTRL><SHIFT><i>. Click the Network tab and the Response subtab. 3. Edit the unique property, check the box and click Save. 4. Check the Dev Tools window and click the last request Do you see a different message than what's shown above? Mike
... View more
08-22-2019
09:25 AM
|
0
|
0
|
2222
|
|
POST
|
Hi Richard, I think I may have reproduced this. So I'll let you know what I find. Mike
... View more
08-22-2019
08:56 AM
|
0
|
1
|
3661
|
|
POST
|
I don't know. it seems the field has unique values. khaled hassan any idea? Richard Siller, could you try to set the property again with the browser console window open? The request to the server failed and the UX is returning a generic error, probably incorrect in this case. I'm wondering if the console window would contain a more explicit server error message. Mike
... View more
08-21-2019
11:26 AM
|
0
|
3
|
3661
|
|
POST
|
Could you store these PDFs as attachments to the pipe segments themselves? Assuming that the layer is a hosted layer. Alternatively, you could upload the PDFs to AGOL and somehow reference them from the pipe segments. Hope this helps, Mike
... View more
07-09-2019
12:58 PM
|
0
|
3
|
1970
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 12-16-2011 09:47 AM | |
| 1 | 03-22-2024 09:18 AM | |
| 1 | 03-20-2024 05:07 PM | |
| 1 | 03-20-2024 01:52 PM | |
| 2 | 03-20-2024 03:51 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|