This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
The following commit(s) were added to refs/heads/main by this push:
new d37cffce Upgrade maplibre (#808)
d37cffce is described below
commit d37cffced29989b4c21993b18f643512f4554a25
Author: Bertil Chapuis <[email protected]>
AuthorDate: Tue Dec 5 14:46:23 2023 +0100
Upgrade maplibre (#808)
---
baremaps-server/src/main/resources/assets/server.html | 4 ++--
baremaps-server/src/main/resources/assets/viewer.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/baremaps-server/src/main/resources/assets/server.html
b/baremaps-server/src/main/resources/assets/server.html
index 07255110..6b38cdf5 100644
--- a/baremaps-server/src/main/resources/assets/server.html
+++ b/baremaps-server/src/main/resources/assets/server.html
@@ -17,10 +17,10 @@ limitations under the License.
-->
<html>
<head>
- <script
src='https://unpkg.com/[email protected]/dist/maplibre-gl.js'></script>
+ <script
src='https://unpkg.com/[email protected]/dist/maplibre-gl.js'></script>
<script src='/maplibre-gl-inspect.js'></script>
<script src='/maplibre-gl-tile-boundaries.js'></script>
- <link href='https://unpkg.com/[email protected]/dist/maplibre-gl.css'
rel='stylesheet' />
+ <link href='https://unpkg.com/[email protected]/dist/maplibre-gl.css'
rel='stylesheet' />
<link href='/maplibre-gl-inspect.css' rel='stylesheet' />
<link href='/maplibre-gl-tile-boundaries.css' rel='stylesheet' />
<style>
diff --git a/baremaps-server/src/main/resources/assets/viewer.html
b/baremaps-server/src/main/resources/assets/viewer.html
index c826249e..48d7a73c 100644
--- a/baremaps-server/src/main/resources/assets/viewer.html
+++ b/baremaps-server/src/main/resources/assets/viewer.html
@@ -17,11 +17,11 @@ limitations under the License.
-->
<html>
<head>
- <script
src='https://unpkg.com/[email protected]/dist/maplibre-gl.js'></script>
+ <script
src='https://unpkg.com/[email protected]/dist/maplibre-gl.js'></script>
<script src='/maplibre-gl-inspect.js'></script>
<script src='/maplibre-gl-tile-boundaries.js'></script>
<script src='/maplibre-custom-controls.js'></script>
- <link href='https://unpkg.com/[email protected]/dist/maplibre-gl.css'
rel='stylesheet' />
+ <link href='https://unpkg.com/[email protected]/dist/maplibre-gl.css'
rel='stylesheet' />
<link href='/maplibre-gl-inspect.css' rel='stylesheet' />
<link href='/maplibre-gl-tile-boundaries.css' rel='stylesheet' />
<link href='/maplibre-custom-controls.css' rel='stylesheet' />