cmndrbensisko / LocalLayer

The LocalLayer Widget for ArcGIS Web AppBuilder is intended to allow the direct addition of ArcGIS for Server Mapservices to an ArcGIS Web AppBuilder application, without needing to wrap the desired services in an ArcGIS Online/Portal Web Map.
MIT License
55 stars 26 forks source link

USNG layer not loading as a feature service, but worked as a basemap? #37

Closed pjdohertygis closed 9 years ago

pjdohertygis commented 9 years ago

Logging on behalf of bill.spiking@tetratech.com

This is the service in question... http://napsg.maps.arcgis.com/home/item.html?id=dc352c5f18854d82b32bce92c0b6656b http://maps1.arcgisonline.com/ArcGIS/rest/services/NGA_US_National_Grid/MapServer

Can someone test this to confirm? We are in the middle of an exercise but wanted to log it before we forget.

rscheitlin commented 9 years ago

Bill, For you to use it as a Feature Layer you would have to specify a specific sublayer (i.e. http://maps1.arcgisonline.com/ArcGIS/rest/services/NGA_US_National_Grid/MapServer/1). I think you need to add it as a dynamic layer so that you can use http://maps1.arcgisonline.com/ArcGIS/rest/services/NGA_US_National_Grid/MapServer and load all the layers. I tested it as a dynamic layer and it work fine. Robert

pjdohertygis commented 9 years ago

I will check with Bill ASAP

Sent from my iPhone

On Jul 23, 2015, at 09:05, Robert J Scheitlin notifications@github.com wrote:

Bill, For you to use it as a Feature Layer you would have to specify a specific sublayer (i.e. http://maps1.arcgisonline.com/ArcGIS/rest/services/NGA_US_National_Grid/MapServer/1). I think you need to add it as a dynamic layer so that you can use http://maps1.arcgisonline.com/ArcGIS/rest/services/NGA_US_National_Grid/MapServer and load all the layers. I tested it as a dynamic layer and it work fine. Robert

— Reply to this email directly or view it on GitHub.

wspiking commented 9 years ago

Hi Robert, I tried it again and it loaded right up for me. I've got no idea what the issue was yesterday, the only way I could get it to load was by adding it as a base map layer. Maybe all I needed was restart....my computer and my day.