We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6290442 commit 71273e3Copy full SHA for 71273e3
src/openlayers/mapping/WebMap.js
@@ -313,7 +313,7 @@ export class WebMap extends Observable {
313
if (handleResult.action === "BrowseMap") {
314
that.createSpecLayer(mapInfo);
315
} else if (handleResult.action === "OpenMap") {
316
- that.baseProjection = mapInfo.projection;
+ that.baseProjection = handleResult.newCrs ||mapInfo.projection;
317
that.webMapVersion = mapInfo.version;
318
that.baseLayer = mapInfo.baseLayer;
319
// that.mapParams = {
0 commit comments