Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
74bad083
Commit
74bad083
authored
Nov 23, 2020
by
Piotr Gawron
Browse files
zoom level was not reflected in url on submap open
parent
ac817c7e
Pipeline
#34548
failed with stage
in 16 minutes and 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
74bad083
minerva
(
15.1.1
)
stable
;
urgency
=
medium
*
Bug
fix
:
export
to
CD
maps
with
species
containing
":"
or
"."
in
species
id
generated
files
that
could
not
be
opened
in
CellDesigner
(#
1363
)
*
Bug
fix
:
zoom
level
change
was
not
reflected
in
the
url
when
submap
was
opened
(#
1338
)
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Thu
,
23
Nov
2020
15
:
00
:
00
+
0200
...
...
frontend-js/src/main/js/minerva.js
View file @
74bad083
...
...
@@ -376,6 +376,7 @@ function addUrlChangeListenersToCustomMap(customMap) {
GuiConnector
.
setUrlParam
(
"
x
"
,
Math
.
round
(
event
.
arg
.
x
).
toString
());
// noinspection JSSuspiciousNameCombination
GuiConnector
.
setUrlParam
(
"
y
"
,
Math
.
round
(
event
.
arg
.
y
).
toString
());
GuiConnector
.
setUrlParam
(
"
zoom
"
,
event
.
object
.
getZoom
().
toString
());
};
var
onZoomChangedHandler
=
function
(
event
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment