Skip to content
Snippets Groups Projects
Commit df2db12e authored by Piotr Gawron's avatar Piotr Gawron
Browse files

method for opening submap added

parent 5900dd0e
Branches nkindlon-master2
No related tags found
1 merge request!146Submap visualization error
...@@ -391,6 +391,9 @@ function createProjectMap(options) { ...@@ -391,6 +391,9 @@ function createProjectMap(options) {
throw new Error("Unknown modelId: " + params.modelId); throw new Error("Unknown modelId: " + params.modelId);
} }
return submap.setZoom(params.zoom); return submap.setZoom(params.zoom);
},
openMap: function (params) {
return map.openSubmap(params.id);
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment