|
POST
|
This appears to be a bug. It seems you have a custom web application template where you are passing in the ID of a particular web mapping app, just like the built-in templates of ArcGIS Online. Our assumption is that the template is a public item, which in your case it is not. Because there is an access error, you get redirected to the sign in page when you attempt to access the Item Details page of the web mapping application, even though the web mapping application is public. So, the solution for now would be to make the web mapping application template item public as well. Specifically, this item: http://instantatlas.maps.arcgis.com/home/search.html?q=id%3A133a6b62c23b4bb7bb5b083ac35e8d24&t=content The direct URL to your application works fine, as access isn't controlled by ArcGIS Online. Alternatively, you could provide these direct links to your public users. https://online.instantatlas.com/iao-dashboard-builder/viewer/report?appid=6c20f618f347427a97f65b747f41774d I've written up this issue and we'll address it in a future release. thanks, Mike
... View more
08-13-2014
10:59 AM
|
0
|
2
|
2375
|
|
POST
|
Feature layers don't support labeling. To understand why, you need to understand how these different layer types work. Map Services - Layers based on map services are drawn by the server and return an image to client applications, like arcgis.com, to display. ArcGIS.com gets the image, with all the labeling. Basically the server has all the power to draw, just like ArcMap does. The complex labeling of ArcMap is essentially part of the image that gets returned. Feature Services - layers based on feature services are drawn by client applications. A client, like ArcGIS.com sends a request to the server and instead of getting a nicely drawn image back, the server returns lists of coordinates and attributes for each feature, with some drawing instructions. No labeling. It's up to the client to draw the layer as best as it can. Clients like web browsers have very primitive drawing abilities. This is also why complex point, line and polygon symbology is not available to layers based on feature services. Hope this helps, Mike
... View more
08-12-2014
01:55 PM
|
0
|
5
|
3402
|
|
POST
|
Without access to the service, it will be hard to track this down. What version of ArcGIS Server are you running? Do you have google chrome? Perhaps, just before you click "show related records" press Ctrl-Shift i to display the chrome developer tools. Click the Network tab and see what error messages you can see. I think the request may be timing out for some reason. Thanks, Mike
... View more
08-12-2014
01:05 PM
|
0
|
0
|
2162
|
|
POST
|
If you have a one-to-one relationship, you can show the attributes of the related records in the popup directly, without having to "show related records in a table". Does this work for you? Configure the popup and in the list of attributes you'll see the related attributes. Mike
... View more
08-12-2014
10:45 AM
|
0
|
2
|
2162
|
|
POST
|
So, what format do you want to see this as? Currently, the formats that show time are highlighted in yellow. We could just add seconds to this, for example: 12/21/1997 6:00:00 PM Mike
... View more
08-12-2014
09:04 AM
|
1
|
4
|
1464
|
|
POST
|
David, Is your service public? Can you share the URL to it so we can investigate the issue? Thanks, Mike
... View more
08-12-2014
08:50 AM
|
0
|
4
|
2162
|
|
POST
|
There's definitely something strange going on. I can add your map service to ArcMap and apply a different coordinate system to the data frame and see the same shift. Do you know where the correct location of the points should be?? Added directly to ArcMap, without applying a different coordinate system, the points are positioned as the orange points in my figure above. My assumption is that is the correct geographic position. What coordinate system is the original data in? Is it all in NAD 1927 State Plane Utah Central? Is it mixed, some NAD 83? Would you be willing to share your data so we can test it out? I am not a coordinate system expert, so I'm cc'ing one here... Melita Kennedy Thanks, Mike
... View more
08-08-2014
02:59 PM
|
0
|
2
|
1076
|
|
POST
|
Kevin, The problem is that the point is not being displayed in the proper location. As you say, if you click to the left of the point, you can get the popup. This is actually where the point should be displaying, but it's not. The problem is with ArcGIS Server. Because you are accessing an image service on ArcGIS Server, ArcGIS Online sends a request to the server to get the image. Here's the request that gets sent: http://maps.slcgov.com/mapservice/rest/services/police/crimeStatistics/MapServer/export?dpi=96&transparent=true&format=png32&layers=show%3A0%2C1&bbox=-12463030.62428392%2C4977293.796640506%2C-12456581.250022186%2C4981153.866569009&bboxSR=102100&imageSR=102100&size=1350%2C808&f=image If you click this link, you'll get this image back: I added the same layer a different way in ArcGIS Online, on top of your original. Notice that the orange point (the ones I added) are shifted left. Strangely, the polygon outlines are not shifted, so this seems to be a problem specific to point layers. The reason you were able to get the popup to display when zoomed out is because of the scale difference. At smaller scales, the point falls within the popup search tolerance to find it. So what are your options to get to get this to display correctly. It appears that you work for the city, and thus might have some control over ArcGIS Server. You can upgrade your server and see if that fixes the problem. This is a pretty specific problem, so I'm not sure if anyone has noticed before. I believe it has to do with transforming the data from EPSG: 32043 to EPSG: 3857. The only way to know for sure would be to test it out. You could republish your data in EPSG: 3857. This would mean ArcGIS Server wouldn't have to transform the data to display in ArcGIS Online. However, you may still encounter the same problem, because your data would have to be transformed into that spatial reference by ArcMap (by setting the coordinate system on the data frame) when publishing to ArcGIS Server. But you would know immediately by just setting the coordinate system in ArcMap, I believe. You can add the layer like I did above, by directly targeting the sub-layer in the map service. Add it to the map as a layer on the web using this URL: Layer: Crimes in the past 10 days (ID: 0). One limitation with this approach is that there are too many points to display when zoomed out fully, and you'll need to set scale dependencies on the layer so that the points don't display when zoomed out. Drawing the layer in this manner bypasses the image generation of the server and instead requests the actual geometry of the points. The browser then draws these points as graphics. The limitation is due to the fact that the browser can only draw so many graphics, thus you have to set scale visibility appropriately. Also different browsers have different abilities in terms of how many graphics they can draw. Hope this helps, Mike
... View more
08-08-2014
01:56 PM
|
1
|
4
|
1076
|
|
POST
|
Hi Michael, There shouldn't be a limit. Can you share your feature service with us so we can check it out? Thanks, Mike
... View more
08-08-2014
12:40 PM
|
0
|
1
|
2003
|
|
POST
|
Yes, you can maintain both your AD accounts and AGOL accounts. They are considered separate accounts. Now, you'll probably want to consolidate, as each account consumes a "named user" in the subscription. Thanks, Mike
... View more
08-07-2014
01:38 PM
|
0
|
6
|
4230
|
|
POST
|
My previous answer was not correct really. You can use the Custom popup option, which effectively allows you to configure the layout of the popup as you like. I'm not sure what I was thinking before when I answered this... **** Original Response ****** No, this is not possible with popups in the out-of-the-box app. . The only thing you can do is remove the text and only show the image. Now, you can probably write your own application to do this. You'd have to be a programmer and use our Javascript API or other API... Thanks, Mike
... View more
08-07-2014
09:40 AM
|
1
|
1
|
1120
|
|
POST
|
From the item page of the feature layer, you can click on a layer (small arrow next to layer name) and export it to a file geodatabase that will contain all attachments. Thanks, Mike
... View more
08-06-2014
12:54 PM
|
0
|
3
|
2003
|
|
POST
|
Your server version is fine. Can you share your map? Or alternatively the URL to your arcgis server map service? We would need to reproduce the problem. As far as popup ordering, there is no control of ordering. The order in the TOC has no impact. Thanks, Mike
... View more
08-06-2014
12:52 PM
|
0
|
0
|
1292
|
|
POST
|
What is the data source of the layer in question? An ArcGIS Server Map Service? If so what version of ArcGIS Server? There were some issues with older versions of server that the query was returning features when the layer was not visible. Can you share the URL to your map publicly? With respect to popup order, there is no order. The popup is populated as responses come back from layers that reference services. There's no guarantee of order. Thanks, Mike
... View more
08-06-2014
10:29 AM
|
0
|
2
|
1292
|
|
POST
|
What is the source of the layer? Can you share your map publicly? It's possible that a field you believe to be numeric is not. For example, I've seen cases where someone imports a CSV where a numeric field contains a string, and thus the field is defined as a string field when a hosted feature layer is created from it. Thanks, Mike
... View more
08-06-2014
10:25 AM
|
0
|
0
|
1047
|
| 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 |
04-22-2026
04:44 PM
|