-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c5bcc1
commit 2e4fdc0
Showing
3 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,14 @@ | |
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/openlayers/4.6.5/ol.css"> | ||
|
||
<!-- "script" elements must have explicit closing tags. See https://stackoverflow.com/questions/69913 --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/openlayers/4.6.5/ol.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/openlayers/4.6.5/ol.js" | ||
integrity="sha512-O7kHS9ooekX8EveiC94z9xSvD/4xt10Qigl6uEKvspYykdux3Ci5QNu5fwi4ca0ZkZI/oCgx5ja8RklWUEqzxQ==" | ||
crossorigin="anonymous"></script> | ||
<!-- As of 2018-02-08, Safari and Edge do not natively support the "FormData.entries()" method, which we utilize in | ||
buildAccessUrl(). This provides a replacement implementation. See https://github.com/jimmywarting/FormData. --> | ||
<script src="https://cdn.rawgit.com/jimmywarting/FormData/3.0.9/FormData.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/FormData.js" | ||
integrity="sha512-eD45qyxOI5rIMbPhYEo/VgzoYP37DTaWTjYPqfgCOCd/SWiFtuYJVoElCxhGkHMaBwJpM55679FP1KVMfdvl1A==" | ||
crossorigin="anonymous"></script> | ||
<script type="text/javascript" src="../../js/ncss/ncssApp.js" th:src="@{/js/ncss/ncssApp.js}"></script> | ||
<script type="text/javascript" th:inline="javascript"> | ||
var horizExtentWKT = /*[[${horizExtentWKT}]]*/ 'POLYGON((-90 45, 90 45, 90 -45, -90 -45, -90 45))'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,10 +18,14 @@ | |
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/openlayers/4.6.5/ol.css"> | ||
|
||
<!-- "script" elements must have explicit closing tags. See https://stackoverflow.com/questions/69913 --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/openlayers/4.6.5/ol.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/openlayers/4.6.5/ol.js" | ||
integrity="sha512-O7kHS9ooekX8EveiC94z9xSvD/4xt10Qigl6uEKvspYykdux3Ci5QNu5fwi4ca0ZkZI/oCgx5ja8RklWUEqzxQ==" | ||
crossorigin="anonymous"></script> | ||
<!-- As of 2018-02-08, Safari and Edge do not natively support the "FormData.entries()" method, which we utilize in | ||
buildAccessUrl(). This provides a replacement implementation. See https://github.com/jimmywarting/FormData. --> | ||
<script src="https://cdn.rawgit.com/jimmywarting/FormData/3.0.9/FormData.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/FormData.js" | ||
integrity="sha512-eD45qyxOI5rIMbPhYEo/VgzoYP37DTaWTjYPqfgCOCd/SWiFtuYJVoElCxhGkHMaBwJpM55679FP1KVMfdvl1A==" | ||
crossorigin="anonymous"></script> | ||
<script type="text/javascript" src="../../js/ncss/ncssApp.js" th:src="@{/js/ncss/ncssApp.js}"></script> | ||
|
||
<script type="text/javascript" th:inline="javascript"> | ||
|