diff options
author | Iván Ávalos <avalos@disroot.org> | 2024-04-08 11:19:51 -0600 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2024-04-08 11:19:51 -0600 |
commit | 0c1b47167bf336c5386a237e837d0ffa7e67c77d (patch) | |
tree | b973c3b9fdcfe14b9ded12a95f963ecfd3478ed6 | |
parent | 2e791f80b8f08ab0db469c0d24453903fed7eed8 (diff) | |
download | etbsa-traccar-web-master.tar.gz etbsa-traccar-web-master.tar.bz2 etbsa-traccar-web-master.zip |
-rw-r--r-- | modern/src/map/mapStyles.js | 4 |
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', |