From 0c1b47167bf336c5386a237e837d0ffa7e67c77d Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Mon, 8 Apr 2024 11:19:51 -0600 Subject: Se descargan fonts desde fonts.etbsa.net --- modern/src/map/mapStyles.js | 4 ++-- 1 file 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: '© OpenStreetMap contributors, © CARTO', }, }, - glyphs: 'https://cdn.traccar.com/map/fonts/{fontstack}/{range}.pbf', + glyphs: 'https://fonts.etbsa.net/pbf/{fontstack}/{range}.pbf', layers: [ { id: 'simple-tiles', -- cgit v1.2.3