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
3efd76da
Commit
3efd76da
authored
Nov 02, 2020
by
Eric - kg6wxc
Browse files
Merge branch 'fixloadingorder' into 'master'
bugfix: Fix loading order See merge request
!23
parents
5f08cb95
d91d609f
Changes
1
Hide whitespace changes
Inline
Side-by-side
webpage/map_display.php
View file @
3efd76da
...
@@ -415,9 +415,9 @@ $Content .= add_MapLayers();
...
@@ -415,9 +415,9 @@ $Content .= add_MapLayers();
$Content
.
=
add_MapImages
(
$numNodes
,
$numLinks
,
$numMarkers
);
$Content
.
=
add_MapImages
(
$numNodes
,
$numLinks
,
$numMarkers
);
$Content
.
=
create_MapLayers
(
$numNodes
,
$numLinks
,
$numMarkers
);
$Content
.
=
create_MapLayers
(
$numNodes
,
$numLinks
,
$numMarkers
);
$Content
.
=
create_MapOverlays
(
$numNodes
,
$numLinks
,
$numMarkers
);
$Content
.
=
create_MapOverlays
(
$numNodes
,
$numLinks
,
$numMarkers
);
$Content
.
=
create_MapImage
();
$Content
.
=
build_NodesAndLinks
(
$NodeList
,
$TopoList
,
$MarkerList
);
$Content
.
=
build_NodesAndLinks
(
$NodeList
,
$TopoList
,
$MarkerList
);
$Content
.
=
create_MapLegend
();
$Content
.
=
create_MapLegend
();
$Content
.
=
create_MapImage
();
$Content
.
=
show_MapMarkerDetails
(
$numNodes
,
$numLinks
,
$numMarkers
,
$numNodesTotal
,
$numLinksTotal
);
$Content
.
=
show_MapMarkerDetails
(
$numNodes
,
$numLinks
,
$numMarkers
,
$numNodesTotal
,
$numLinksTotal
);
$Content
.
=
instantiate_Map
();
$Content
.
=
instantiate_Map
();
/*
/*
...
...
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