Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GeoInt_SIDT
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mario Chirinos Colunga
GeoInt_SIDT
Commits
a02fb58a
Commit
a02fb58a
authored
Nov 14, 2019
by
Luis Dominguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update, reports, Hide Maps
parent
b1779c9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
6 deletions
+24
-6
minimap.js
reports/static/reports/js/minimap.js
+1
-1
aside.html
reports/templates/aside.html
+23
-5
No files found.
reports/static/reports/js/minimap.js
View file @
a02fb58a
...
...
@@ -317,7 +317,7 @@ function showControlMap() {
if
(
$
(
'#showControlMap'
).
is
(
':visible'
))
{
$
(
"#showControlMap"
).
hide
();
$
(
"#hideControlMap"
).
show
();
$
(
".mapControl"
).
show
();
//
$(".mapControl").show();
}
else
{
$
(
"#showControlMap"
).
show
();
$
(
"#hideControlMap"
).
hide
();
...
...
reports/templates/aside.html
View file @
a02fb58a
...
...
@@ -62,7 +62,7 @@
</ul>
</li>
<!--
<!--
<a class="treeview " href="#" onclick="compare(labels)">
<i class="fas fa-columns"></i></i>
<i class="fa fa-eye-slash hideChart" style="display:none"></i>
...
...
@@ -292,8 +292,8 @@
</ul>
</li>
<li>
<a
class=
"treeview "
href=
"#"
onclick=
"showControlMap()"
>
<li
class=
"treeview "
>
<a
href=
"#"
onclick=
"showControlMap()"
>
<i
class=
"fa fa-globe"
></i>
<i
class=
"fa fa-globe"
style=
"display:none"
></i>
<span
id=
"showControlMap"
>
Show Maps
</span>
...
...
@@ -302,9 +302,27 @@
<span
class=
"label label-primary pull-right"
></span>
</span>
</a>
<ul
class=
"treeview-menu sidebar-form text-center"
>
<span>
<div
class=
"form-check submenu"
onclick=
"changeMap('light')"
>
<input
id=
"light"
type=
"radio"
name=
"layerOption"
checked
>
<span>
Noon
</span>
</div>
<div
class=
"form-check submenu"
onclick=
"changeMap('streets')"
>
<input
id=
"streets"
type=
"radio"
name=
"layerOption"
>
<span>
Streets
</span>
</div>
<div
class=
"form-check submenu"
onclick=
"changeMap('night')"
>
<input
id=
"night"
type=
"radio"
name=
"layerOption"
>
<span>
Night
</span>
</div>
<div
class=
"form-check submenu"
onclick=
"changeMap('cycle')"
>
<input
id=
"cycle"
type=
"radio"
name=
"layerOption"
>
<span>
Cycle
</span>
</div>
</span>
</ul>
</li>
<!-- <li>
<a class="treeview " href="#" onclick="showComparisons()">
<i class="fa fa-eye showImage"></i>
...
...
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