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
17f38c04
Commit
17f38c04
authored
Mar 22, 2019
by
Emmanuel René Huchim Puc
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of gitlab.geoint.mx:mario.chirinos/GeoInt_SIDT into dev
parents
a485147d
eb90a00b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
24 deletions
+26
-24
minimap.js
reports/static/reports/js/minimap.js
+2
-0
sclData.html
reports/templates/sclData.html
+24
-24
No files found.
reports/static/reports/js/minimap.js
View file @
17f38c04
...
...
@@ -76,8 +76,10 @@ function addImageLayer(labelDate) {
map
.
addLayer
(
xyz
);
})
let
currentZoom
=
map
.
getView
().
getZoom
();
// fit and zoom
map
.
getView
().
fit
(
ol
.
proj
.
transformExtent
(
data
.
boundingBox
,
'EPSG:4326'
,
'EPSG:3857'
))
map
.
getView
().
setZoom
(
currentZoom
);
map
.
getView
().
setMinZoom
(
data
.
zoom
.
min
);
map
.
getView
().
setMaxZoom
(
data
.
zoom
.
max
);
}
...
...
reports/templates/sclData.html
View file @
17f38c04
...
...
@@ -138,34 +138,34 @@
<section
class=
"content"
>
<div
class=
"row col-lg-11 title"
>
<div
class=
"text-center"
>
<h1>
{{ report_name }}
</h1>
</div>
<div
class=
"col-md-12 info"
style=
"margin-bottom: 15px;"
>
<div
class=
"box box-success"
>
<div
class=
"box-body with-border"
>
<div
class=
"row"
>
<div
class=
"col-lg-2 text-center col-lg-offset-1"
>
<h4>
Platform: {{ platform }}
</h4>
</div>
<div
class=
"col-lg-2 text-center"
>
<h4>
Product level: {{ productLevel }}
</h4>
</div>
<div
class=
"col-lg-2 text-center"
>
<h4>
Start date: {{ startDate }}
</h4>
</div>
<div
class=
"col-lg-2 text-center"
>
<h4>
End date: {{ endDate }}
</h4>
</div>
<div
class=
"col-lg-2 text-center"
>
<h4>
Clouds: {{ clouds }} %
</h4>
</div>
<div
class=
"box box-success box-solid"
>
<div
class=
"box-header with-border"
>
<h3
sytle=
"font-size: 30px !important;"
>
{{ report_name }}
</h3>
<!-- /.box-tools -->
</div>
<!-- /.box-header -->
<div
class=
"box-body"
>
<div
class=
"row"
>
<div
class=
"col-lg-2 text-center col-lg-offset-1"
>
<h4>
Platform: {{ platform }}
</h4>
</div>
<div
class=
"col-lg-2 text-center"
>
<h4>
Product level: {{ productLevel }}
</h4>
</div>
<div
class=
"col-lg-2 text-center"
>
<h4>
Start date: {{ startDate }}
</h4>
</div>
<div
class=
"col-lg-2 text-center"
>
<h4>
End date: {{ endDate }}
</h4>
</div>
<div
class=
"col-lg-2 text-center"
>
<h4>
Clouds: {{ clouds }} %
</h4>
</div>
</div>
</div>
<!-- /.box-body -->
</div>
<!-- /.box -->
<!-- <div class="col-md-2 info">
<div class="box box-success">
...
...
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