From 0bb0ad63faf05c3dc1792fa58336f6cef4e0bf17 Mon Sep 17 00:00:00 2001 From: travis Date: Wed, 6 Jun 2018 18:05:39 -0700 Subject: [PATCH] Grab the correct layer from ArcREST tile services --- src/common/map/MapService.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/common/map/MapService.js b/src/common/map/MapService.js index 4bfed00b..e46632de 100644 --- a/src/common/map/MapService.js +++ b/src/common/map/MapService.js @@ -882,7 +882,10 @@ // This arc service does not support tiled maps, so this will // use the arc image service instead... serviceSource = new ol.source.TileArcGISRest({ - url: rest_url + url: rest_url, + params: { + 'LAYERS': 'show:' + fullConfig.id + } }); // patch the web mercator projection.