CoastalResilienceNetwork / regional-planning

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

Support tiled map services #47

Closed kdeloach closed 8 years ago

kdeloach commented 8 years ago

This fixes a bug caused by adding tiled layers to the map.

image

Testing

  1. Verify that tiled layers (one was added to sample_layers.json) are added to the map correctly.

Connects #44

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.

kdeloach commented 8 years ago

Yes, tiled services should be supported after this change. I've updated the README to reflect this.

Adding a tiled service is nearly identical to adding a dynamic service. The only difference is that the layerType option should be tiled (Ref: https://github.com/CoastalResilienceNetwork/regional-planning/pull/47/files#diff-c193d0c2509f78420f546af3d6dba859R193).

mmcfarland commented 8 years ago

+1, tested.