|
POST
|
I think you need to implement CORS support on your WMS server, if this is your server. Because the request are going over HTTPS, the browser (I tested chrome and firefox) is blocking the request to get the popup information. Here's the error I see. Load denied by X-Frame-Options: https://walrus.wr.usgs.gov/namss/wms?SERVICE=WMS&REQUEST=GetFeatureInfo&FORMAT=image/png&TRANSPARENT=TRUE&STYLES=&VERSION=1.1.1&LAYERS=namss&WIDTH=959&HEIGHT=629&SRS=EPSG:3857&BBOX=-18765596.192119043,-10308196.04260406,18765596.192119043,14308196.042573998&INFO_FORMAT=text/html&QUERY_LAYERS=namss&FEATURE_COUNT=25&X=234&Y=283 does not permit cross-origin framing. Once CORS is supported, you will need to configure this server as a trusted server on the My Organization tab. Click Edit Settings, click the Security tab and enter "https://walrus.wr.usgs.gov" as a trusted server. Hope this helps, Mike
... View more
05-09-2017
04:17 PM
|
1
|
1
|
2212
|
|
POST
|
We did implement support for popups in WMS a while back. Here's the appropriate documentation reference. Configure pop-ups—ArcGIS Online Help | ArcGIS Note that the ArcGIS Online only supports MIME types of text/plain and text/html in the GetFeatureInfo response. Thanks, Mike
... View more
05-09-2017
02:09 PM
|
1
|
3
|
6527
|
|
IDEA
|
lemvig_kommune This will be available in the 10.5.1 release, due around the UC. Thanks, Mike
... View more
04-03-2017
08:49 AM
|
0
|
0
|
1814
|
|
IDEA
|
lemvig_kommune This will be available in the 10.5.1 release, due around the UC. Thanks, Mike
... View more
04-03-2017
08:49 AM
|
0
|
0
|
2088
|
|
POST
|
Matt English, Yes, Pro appears to be missing the ability to set a display time zone. So date fields from hosted layers in AGOL display in UTC time in Pro. I've passed your comment on to the Pro team so they can address this in a future release. Thanks, Mike
... View more
03-24-2017
11:13 AM
|
0
|
1
|
3262
|
|
POST
|
There has been no work done to resample tiles, as far as I know. But that's not to say there hasn't been work done on improving tile layers in ArcGIS Online. Some new features will be delivered in the upcoming release of ArcGIS Online currently scheduled for release just before the User's Conference 2017.
... View more
02-24-2017
09:22 AM
|
1
|
0
|
1867
|
|
POST
|
ArcGIS Pro supports setting a timezone at publish time that will apply to all date fields. I have the latest version of Pro (as of now, 1.4.1) but I think this was added somewhere in the 1.3.x release. Mike
... View more
02-23-2017
09:31 AM
|
0
|
3
|
3262
|
|
POST
|
It looks like you may have found a bug. In my experimentation, if I configure the popup display first, then configure "Find locations by layer" on the web map Settings tab, this seems to impact my popup configuration and it looks different. If I reverse the order and configure Find Locations first, then configure the popup display, it works fine. So in your case, just reconfigure the popup display and see if that fixes the problem. If not, you may have a different issue. In any case, I'll write up the issue I describe here and we'll get it fixed for our next update. thanks, Mike
... View more
01-31-2017
09:10 AM
|
0
|
2
|
1221
|
|
POST
|
Randy, The link I posted above describes how to create one. I don't know if there are other tutorials. Once you have one, it essentially works the same as any hosted layer you've been working with already (with a few caveats). You can configure its drawing, share it with groups, enable editing--all independently from the source layer it's created from.
... View more
01-30-2017
01:09 PM
|
1
|
0
|
1915
|
|
POST
|
Tracy Garrison Hosted feature layer views (view layers) provide the ability you want. Effectively, you are creating a copy of the layer that points to the same data source. This is analogous to how layers work in ArcMap, for example. In this case, the view layer doesn't contain the data, but references it. The link to Help I provided in my previous post explains what view layers are. We could have implemented editing controls on the layer, the way you're describing above, as another editing property. But view layers allow you to do that and much more. For example, with a view layer, not only can you disable editing of the data, but you can change how the layer is drawn or the popup information displayed. The layer can be fully configured for a different audience. Hope this makes sense. Mike
... View more
01-30-2017
10:50 AM
|
2
|
3
|
1915
|
|
POST
|
This scenario is now supported with the latest update to ArcGIS Online. Learn more about hosted feature layer views here...Create hosted feature layer views—ArcGIS Online Help | ArcGIS Mike
... View more
12-22-2016
05:10 PM
|
3
|
7
|
1915
|
|
IDEA
|
As of last weeks update to ArcGIS Online, the Map Viewer table now supports showing related records and attachments just like the Data tab. Thanks, Mike
... View more
12-22-2016
03:33 PM
|
0
|
2
|
6180
|
|
IDEA
|
As of last weeks update to ArcGIS Online, the Map Viewer table now supports showing related records and attachments just like the Data tab. Thanks, Mike
... View more
12-22-2016
03:33 PM
|
0
|
2
|
5444
|
|
POST
|
As long as feedback gets to us, any method is fine. But, if you ask me to order the pathways, I'd suggest the following: Provide feedback on the feedback items above - as you say, the data sources are the same, so an error seen on the gray canvas basemaps is likely on the streetmap one. Provide feedback from the ArcGIS.com website by clicking the Contact Esri link at the bottom of the page. Post feedback to Geonet Mike
... View more
12-09-2016
09:36 AM
|
0
|
0
|
3357
|
|
POST
|
When I hit the rest endpoint of the subdivisions layer, the server took 1.4 minutes to respond, with the response being an 84,000 line response. So the app times out when attempting to view this layer. The bottom line is that you really can't view this layer this way. Your service was authored as a tiled map service. This type of service is optimized for fast display because the service returns pre-created tiled images of the data. When you access the individual layer, you are bypassing the tiles and requesting that the server return the actual coordinates of features. However, you just get the raw coordinates and no labels. Also, if you have complex symbology, the layer will not display with it. If you need to use this layer individually, your best option is to author a specific map service with only this layer. For speed, you can choose to make it a tiled map service rather than a dynamic map service. Hope this helps, Mike
... View more
12-09-2016
09:22 AM
|
0
|
0
|
553
|
| 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
|