aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modern/src/map/mapStyles.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/modern/src/map/mapStyles.js b/modern/src/map/mapStyles.js
index a6e84fd..fd1eac0 100644
--- a/modern/src/map/mapStyles.js
+++ b/modern/src/map/mapStyles.js
@@ -8,7 +8,7 @@ export const styleCustom = (url, attribution) => ({
tileSize: 256,
},
},
- glyphs: 'https://cdn.traccar.com/map/fonts/{fontstack}/{range}.pbf',
+ glyphs: 'https://fonts.etbsa.net/pbf/{fontstack}/{range}.pbf',
layers: [{
id: 'osm',
type: 'raster',
@@ -36,7 +36,7 @@ export const styleCarto = () => ({
attribution: '© <a target="_top" rel="noopener" href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a target="_top" rel="noopener" href="https://carto.com/attribution">CARTO</a>',
},
},
- glyphs: 'https://cdn.traccar.com/map/fonts/{fontstack}/{range}.pbf',
+ glyphs: 'https://fonts.etbsa.net/pbf/{fontstack}/{range}.pbf',
layers: [
{
id: 'simple-tiles',