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

compartment and pathways view doesn't influence semantic zoom

parent e34439f2
No related branches found
No related tags found
1 merge request!44Resolve "semantic zoom"
......@@ -270,11 +270,6 @@ public class MapGenerator {
if (params.nested) {
logger.debug("Creating nested model with " + params.levels + " levels and maximum zoom rate: " + params.zoomFactor);
try {
new CreateHierarchyCommand(params.model, params.levels, params.zoomFactor).execute();
} catch (CommandExecutionException e) {
throw new DrawingException("Problem with preparing nested model", e);
}
} else {
logger.debug("Creating not nested model with " + params.levels + " levels and maximum zoom rate: " + params.zoomFactor);
}
......
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