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.