aboutsummaryrefslogtreecommitdiff
path: root/src/map/main
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2024-04-07 14:10:58 -0700
committerAnton Tananaev <anton@traccar.org>2024-04-07 14:10:58 -0700
commit6b0dfe921078d72e661bad8f14ecde224f5c2e8a (patch)
tree36dce301e73c79fcac2d096d3585cd915cc7b836 /src/map/main
parent21b3a9775d7eb73b648bb92cba05e5f2c9c088fc (diff)
downloadtrackermap-web-6b0dfe921078d72e661bad8f14ecde224f5c2e8a.tar.gz
trackermap-web-6b0dfe921078d72e661bad8f14ecde224f5c2e8a.tar.bz2
trackermap-web-6b0dfe921078d72e661bad8f14ecde224f5c2e8a.zip
Use default map font
Diffstat (limited to 'src/map/main')
-rw-r--r--src/map/main/PoiMap.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/main/PoiMap.js b/src/map/main/PoiMap.js
index 07341183..e8aefd7e 100644
--- a/src/map/main/PoiMap.js
+++ b/src/map/main/PoiMap.js
@@ -4,7 +4,6 @@ import { useTheme } from '@mui/styles';
import { map } from '../core/MapView';
import { useEffectAsync } from '../../reactHelper';
import { usePreference } from '../../common/util/preferences';
-import { findFonts } from '../core/mapUtil';
const PoiMap = () => {
const id = useId();
@@ -55,7 +54,6 @@ const PoiMap = () => {
'text-field': '{name}',
'text-anchor': 'bottom',
'text-offset': [0, -0.5],
- 'text-font': findFonts(map),
'text-size': 12,
},
paint: {