aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2024-04-08 11:19:51 -0600
committerIván Ávalos <avalos@disroot.org>2024-04-08 11:19:51 -0600
commit0c1b47167bf336c5386a237e837d0ffa7e67c77d (patch)
treeb973c3b9fdcfe14b9ded12a95f963ecfd3478ed6
parent2e791f80b8f08ab0db469c0d24453903fed7eed8 (diff)
downloadetbsa-traccar-web-master.tar.gz
etbsa-traccar-web-master.tar.bz2
etbsa-traccar-web-master.zip
Se descargan fonts desde fonts.etbsa.netHEADmaster
-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',