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 2024/02/22 20:13:20 UTC

(incubator-baremaps) branch main updated: Upgrade maplibre to version 4 (#834)

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 afad8600 Upgrade maplibre to version 4 (#834)
afad8600 is described below

commit afad860064a09d526e3f7845db92dc87a449108d
Author: Bertil Chapuis <bc...@gmail.com>
AuthorDate: Thu Feb 22 21:13:15 2024 +0100

    Upgrade maplibre to version 4 (#834)
---
 baremaps-server/src/main/resources/static/server.html | 4 ++--
 baremaps-server/src/main/resources/static/viewer.html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/baremaps-server/src/main/resources/static/server.html b/baremaps-server/src/main/resources/static/server.html
index 6b38cdf5..b393df73 100644
--- a/baremaps-server/src/main/resources/static/server.html
+++ b/baremaps-server/src/main/resources/static/server.html
@@ -17,10 +17,10 @@ limitations under the License.
 -->
 <html>
 <head>
-  <script src='https://unpkg.com/maplibre-gl@3.6.2/dist/maplibre-gl.js'></script>
+  <script src='https://unpkg.com/maplibre-gl@4.0.2/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@3.6.2/dist/maplibre-gl.css' rel='stylesheet' />
+  <link href='https://unpkg.com/maplibre-gl4.0.2/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/static/viewer.html b/baremaps-server/src/main/resources/static/viewer.html
index c20877bc..5034add4 100644
--- a/baremaps-server/src/main/resources/static/viewer.html
+++ b/baremaps-server/src/main/resources/static/viewer.html
@@ -17,12 +17,12 @@ limitations under the License.
 -->
 <html>
 <head>
-  <script src='https://unpkg.com/maplibre-gl@3.6.2/dist/maplibre-gl.js'></script>
+  <script src='https://unpkg.com/maplibre-gl@4.0.2/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>
   <script src='/maplibre-gl-framerate.js'></script>
-  <link href='https://unpkg.com/maplibre-gl@3.6.2/dist/maplibre-gl.css' rel='stylesheet' />
+  <link href='https://unpkg.com/maplibre-gl@4.0.2/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' />