Skip to content

Commit

Permalink
Merge pull request #2747 from DenverCoder544/projection_change_dialog…
Browse files Browse the repository at this point in the history
…_modal

projection change dialog modal
  • Loading branch information
ZakarFin authored Nov 26, 2024
2 parents 14193de + 328064c commit a972a7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundles/framework/mydata/handler/PublishedMapsHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class MapsHandler extends StateHandler {
dialog.close(true);
});
dialog.show(this.loc('projectionError').title, this.loc('projectionError').msg, [cancel, btn]);
dialog.makeDraggable();
dialog.makeModal();
}

editView (data) {
Expand All @@ -186,6 +186,7 @@ class MapsHandler extends StateHandler {
this.createProjectionChangeDialog(() => {
window.location.href = this.constructUrlWithUuid(srs, embeddedMapUuid, data);
});
return;
}

const resp = this.viewService.isViewLayersLoaded(data, sandbox);
Expand Down

0 comments on commit a972a7c

Please sign in to comment.