Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mesh
meshmap
Commits
d91d609f
Commit
d91d609f
authored
Nov 02, 2020
by
Eric
Browse files
bugfix: fix loading order
parent
5f08cb95
Changes
1
Hide whitespace changes
Inline
Side-by-side
webpage/map_display.php
View file @
d91d609f
...
...
@@ -415,9 +415,9 @@ $Content .= add_MapLayers();
$Content
.
=
add_MapImages
(
$numNodes
,
$numLinks
,
$numMarkers
);
$Content
.
=
create_MapLayers
(
$numNodes
,
$numLinks
,
$numMarkers
);
$Content
.
=
create_MapOverlays
(
$numNodes
,
$numLinks
,
$numMarkers
);
$Content
.
=
create_MapImage
();
$Content
.
=
build_NodesAndLinks
(
$NodeList
,
$TopoList
,
$MarkerList
);
$Content
.
=
create_MapLegend
();
$Content
.
=
create_MapImage
();
$Content
.
=
show_MapMarkerDetails
(
$numNodes
,
$numLinks
,
$numMarkers
,
$numNodesTotal
,
$numLinksTotal
);
$Content
.
=
instantiate_Map
();
/*
...
...
Write
Preview
Markdown
is supported
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