@igo2/context 21.0.0-next.11 → 21.0.0-next.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2389,7 +2389,7 @@ class MapContextDirective {
|
|
|
2389
2389
|
const viewContext = context.map.view;
|
|
2390
2390
|
const shouldOverrideView = !this.component.view() ||
|
|
2391
2391
|
viewContext.keepCurrentView !== true ||
|
|
2392
|
-
context.map.view.projection !== this.map.
|
|
2392
|
+
context.map.view.projection !== this.map.projectionCode;
|
|
2393
2393
|
if (this.shareMapService.hasPositionParams(this.queryParams) &&
|
|
2394
2394
|
shouldOverrideView) {
|
|
2395
2395
|
const positions = this.shareMapService.parsePosition(this.queryParams);
|