You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by bc...@apache.org on 2023/03/26 11:13:55 UTC

[incubator-baremaps] branch main updated: maplibre-gl: bump to 2.4.0 (#602)

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 48c521da maplibre-gl: bump to 2.4.0 (#602)
48c521da is described below

commit 48c521da84b08f69d39357efd18b3d580dbfeaa6
Author: Zvika Rap <zv...@gmail.com>
AuthorDate: Sun Mar 26 14:13:52 2023 +0300

    maplibre-gl: bump to 2.4.0 (#602)
---
 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 c84eb491..f7279cf9 100644
--- a/baremaps-server/src/main/resources/assets/server.html
+++ b/baremaps-server/src/main/resources/assets/server.html
@@ -12,10 +12,10 @@
   -->
 <html>
 <head>
-  <script src='https://unpkg.com/maplibre-gl@2.1.9/dist/maplibre-gl.js'></script>
+  <script src='https://unpkg.com/maplibre-gl@2.4.0/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/maplibre-gl@2.1.9/dist/maplibre-gl.css' rel='stylesheet' />
+  <link href='https://unpkg.com/maplibre-gl@2.4.0/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 a92295ec..352b117a 100644
--- a/baremaps-server/src/main/resources/assets/viewer.html
+++ b/baremaps-server/src/main/resources/assets/viewer.html
@@ -12,10 +12,10 @@
   -->
 <html>
 <head>
-  <script src='https://unpkg.com/maplibre-gl@2.1.9/dist/maplibre-gl.js'></script>
+  <script src='https://unpkg.com/maplibre-gl@2.4.0/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/maplibre-gl@2.1.9/dist/maplibre-gl.css' rel='stylesheet' />
+  <link href='https://unpkg.com/maplibre-gl@2.4.0/dist/maplibre-gl.css' rel='stylesheet' />
   <link href='/maplibre-gl-inspect.css' rel='stylesheet' />
   <link href='/maplibre-gl-tile-boundaries.css' rel='stylesheet' />
   <style>