Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/common/map/MapService.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down