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

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

commit 1263ddada3e09b589fc946d40116cde174912850
Author: Bertil Chapuis <[email protected]>
AuthorDate: Sun Oct 29 14:13:57 2023 +0100

    Move fonts and sprites to apache website
---
 basemap/style.js   | 4 ++--
 basemap/tileset.js | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/basemap/style.js b/basemap/style.js
index 48ff2fc0..448ff763 100644
--- a/basemap/style.js
+++ b/basemap/style.js
@@ -76,8 +76,8 @@ export default {
             "url": `${config.host}/tiles.json`
         }
     },
-    "sprite": `https://tiles.baremaps.com/sprites/osm/sprite`,
-    "glyphs": "https://tiles.baremaps.com/fonts/{fontstack}/{range}.pbf";,
+    "sprite": `https://baremaps.apache.org/sprites/osm/sprite`,
+    "glyphs": "https://baremaps.apache.org/fonts/{fontstack}/{range}.pbf";,
     "layers": [
         background,
         power_background,
diff --git a/basemap/tileset.js b/basemap/tileset.js
index 4ae8e48f..31d5520c 100644
--- a/basemap/tileset.js
+++ b/basemap/tileset.js
@@ -44,7 +44,7 @@ export default {
   "tiles": [
     `${config.host}/tiles/{z}/{x}/{y}.mvt`
   ],
-  attribution: '© <a href="https://www.openstreetmap.org/";>OpenStreetMap</a> © 
<a href="https://www.geoboundaries.org";>geoBoundaries</a>',
+  attribution: '© <a href="https://www.openstreetmap.org/";>OpenStreetMap</a>',
   database: config.database,
   "vector_layers": [
     aerialway,

Reply via email to