forked from geolba/tethys.frontend
- eslint formating, e.g printWidth: 160
This commit is contained in:
parent
426228705c
commit
eb6476dfcb
28 changed files with 365 additions and 281 deletions
|
@ -210,7 +210,17 @@ export class DbDataset {
|
|||
// const elevationAbsolut = this.coverage.elevation_absolut;
|
||||
|
||||
let geoLocation =
|
||||
"* SOUTH-BOUND LATITUDE: " + yMin + "\n" + "* WEST-BOUND LONGITUDE: " + xMin + "\n" + "* NORTH-BOUND LATITUDE: " + yMax + "\n" + "* EAST-BOUND LONGITUDE: " + xMax;
|
||||
"* SOUTH-BOUND LATITUDE: " +
|
||||
yMin +
|
||||
"\n" +
|
||||
"* WEST-BOUND LONGITUDE: " +
|
||||
xMin +
|
||||
"\n" +
|
||||
"* NORTH-BOUND LATITUDE: " +
|
||||
yMax +
|
||||
"\n" +
|
||||
"* EAST-BOUND LONGITUDE: " +
|
||||
xMax;
|
||||
|
||||
// geoLocation += elevationAbsolut != null ? ` * ELEVATION ABSOLUT: ${elevationAbsolut}\n` : "";
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue