forked from georchestra/mapstore2-georchestra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
georchestra#714: Project update to the latest MapStore 2024.02 (georc…
…hestra#715) * Update ms to latest * version updated * pom updated * workflow update * add missing theme variables * fix build * ms service to stable * snapshot repo removed * config updated * Fixed dependencies * Fixed missing file copy * Update pom.xml * Use mapstore services 1.8-SNAPSHOT --------- Co-authored-by: Lorenzo Natali <[email protected]>
- Loading branch information
1 parent
8a3b8a1
commit fe581a2
Showing
18 changed files
with
399 additions
and
111 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
Submodule MapStore2
updated
1334 files
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -96,7 +96,9 @@ | |
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet"> | ||
<!--script src="https://maps.google.com/maps/api/js?v=3"></script--> | ||
<script async type="text/javascript" src="https://unpkg.com/[email protected]/es5.js" onload="checkBrowser()"></script> | ||
<script src="https://unpkg.com/[email protected]/es5.js" | ||
async integrity="sha384-CWiXbo5RNu6nv9tiCWA2y1DQKjEQDDH+yFQga1FytuIZjOTcVr+4ojw2S2lShj/d" crossorigin="anonymous" | ||
onload="checkBrowser()"></script> | ||
<script type="text/javascript"> | ||
function checkBrowser() { | ||
var browserInfo = bowser.getParser(window.navigator.userAgent); | ||
|
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 |
---|---|---|
|
@@ -102,10 +102,11 @@ | |
</style> | ||
<link rel="preconnect" href="https://fonts.gstatic.com"> | ||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" /> | ||
<link rel="shortcut icon" type="image/png" href="/favicon.ico" /> | ||
<!--script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.10/proj4.js"></script--> | ||
<script async type="text/javascript" src="https://unpkg.com/[email protected]/es5.js" onload="checkBrowser()"></script> | ||
<script src="https://unpkg.com/[email protected]/es5.js" | ||
async integrity="sha384-CWiXbo5RNu6nv9tiCWA2y1DQKjEQDDH+yFQga1FytuIZjOTcVr+4ojw2S2lShj/d" crossorigin="anonymous" | ||
onload="checkBrowser()"></script> | ||
<script type="text/javascript"> | ||
function checkBrowser() { | ||
var browserInfo = bowser.getParser(window.navigator.userAgent); | ||
|
Empty file.
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 |
---|---|---|
|
@@ -96,7 +96,9 @@ | |
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet"> | ||
<link rel="shortcut icon" type="image/png" href="/favicon.ico" /> | ||
<!--script src="https://maps.google.com/maps/api/js?v=3"></script--> | ||
<script async type="text/javascript" src="https://unpkg.com/[email protected]/es5.js" onload="checkBrowser()"></script> | ||
<script src="https://unpkg.com/[email protected]/es5.js" | ||
async integrity="sha384-CWiXbo5RNu6nv9tiCWA2y1DQKjEQDDH+yFQga1FytuIZjOTcVr+4ojw2S2lShj/d" crossorigin="anonymous" | ||
onload="checkBrowser()"></script> | ||
<script type="text/javascript"> | ||
function checkBrowser() { | ||
var browserInfo = bowser.getParser(window.navigator.userAgent); | ||
|
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 |
---|---|---|
|
@@ -121,9 +121,10 @@ | |
src: local('Noto Sans'), local('NotoSans-Regular'), url(assets/fonts/NotoSans.ttf) format('truetype'); | ||
} | ||
</style> | ||
<link rel="stylesheet" href="assets/css/font-awesome.min.css" /> | ||
<script src="assets/js/proj4.js"></script> | ||
<script async type="text/javascript" src="assets/js/es5.js" onload="checkBrowser()"></script> | ||
<script src="https://unpkg.com/[email protected]/es5.js" | ||
async integrity="sha384-CWiXbo5RNu6nv9tiCWA2y1DQKjEQDDH+yFQga1FytuIZjOTcVr+4ojw2S2lShj/d" crossorigin="anonymous" | ||
onload="checkBrowser()"></script> | ||
<script type="text/javascript"> | ||
function checkBrowser() { | ||
var browserInfo = bowser.getParser(window.navigator.userAgent); | ||
|
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
Oops, something went wrong.