CoastalResilienceNetwork / regional-planning

ArcGIS and WMS map layer plugin for the GeositeFramework
0 stars 2 forks source link

old layer selector accommodated tiled services #44

Closed zferdana closed 8 years ago

zferdana commented 8 years ago

Map-tree or the old layer selector allowed for tiled services (layerType). I am just noticing we only accommodated for dynamic types in the new layer selector. It was my understanding that the new regional-planning plugin would have all the functionality as the old one, plus more like draw & report. What would it take to address this?

enlowe commented 8 years ago

Still unavailable

kdeloach commented 8 years ago

@zferdana Could you provide a tiled service that we could use to verify this?

laflessn commented 8 years ago

http://tiles.arcgis.com/tiles/C8EMgrsFcRFL6LrL/arcgis/rest/services/NHC_SeamlessSLOSH_Category1/MapServer

really anything from here: http://tiles.arcgis.com/tiles/C8EMgrsFcRFL6LrL/arcgis/rest/services

kdeloach commented 8 years ago

Thanks.

kdeloach commented 8 years ago

This should be fixed by https://github.com/CoastalResilienceNetwork/regional-planning/pull/47.

While I was testing this, I noticed that the name of the layer referenced above has some extra trailing whitespace: Inundation Depth. This whitespace will also have to be in the layers.json file for an exact match to made.

zferdana commented 8 years ago

Thanks Kevin - so are Tiled services now an option formally for regional-planning and in the documentation? Any guidance here is good as we continue to pull in external, tiled services. Seems we are close to closing both issues 44 and 47, but again documentation to avoid these nuances would help avoid future issues.