aboutsummaryrefslogtreecommitdiff
path: root/src/map/main/PoiMap.js
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2024-06-14 21:01:24 -0600
committerIván Ávalos <avalos@disroot.org>2024-06-14 21:01:24 -0600
commite9cdc61de90ef44dc2edd1c82d10f2f29803715e (patch)
treea1a06704904d4322396908ff93881b2d61af2669 /src/map/main/PoiMap.js
parent1a7f95baad1939589e6a23bd31b42b8e094a736a (diff)
parente4840d26a26dd298dbd97be74373b85607a84add (diff)
downloadtrackermap-web-e9cdc61de90ef44dc2edd1c82d10f2f29803715e.tar.gz
trackermap-web-e9cdc61de90ef44dc2edd1c82d10f2f29803715e.tar.bz2
trackermap-web-e9cdc61de90ef44dc2edd1c82d10f2f29803715e.zip
Merge tag 'v6.2'
Diffstat (limited to 'src/map/main/PoiMap.js')
-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: {