This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to branch upgrade-maplibre
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git

commit fb93698525401f65bc5d5a84bbb1f8ffb4db9137
Author: Bertil Chapuis <[email protected]>
AuthorDate: Sat Dec 2 14:16:38 2023 +0100

    Upgrade maplibre
---
 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' />

Reply via email to