Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jean-Marie Favreau
Crossroads evaluation
Commits
d398e3dc
Commit
d398e3dc
authored
Feb 05, 2022
by
Jean-Marie Favreau
Browse files
Zoom out from the intersection
parent
0a462f20
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/evaluate-segmentation.js
View file @
d398e3dc
...
...
@@ -281,7 +281,7 @@ Settings.render_crossroads = function(data, divID) {
layer
.
bindTooltip
(
"
Intersection #
"
+
data
[
eid
][
"
id
"
]
+
"
"
+
msg
);
window
.
crossroads_layers
.
push
(
layer
);
if
(
element
[
"
type
"
]
==
"
crossroad
"
)
{
registerBounds
(
data
[
eid
][
"
id
"
],
layer
.
getBounds
());
registerBounds
(
data
[
eid
][
"
id
"
],
layer
.
getBounds
()
.
pad
(
1
)
);
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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