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 961e4012 Move fonts and sprites to project's website (#796)
961e4012 is described below
commit 961e401207a60b705126752c983af61735e07628
Author: Bertil Chapuis <[email protected]>
AuthorDate: Sun Oct 29 14:20:54 2023 +0100
Move fonts and sprites to project's website (#796)
---
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,