aboutsummaryrefslogtreecommitdiff
path: root/src/map/MapGeofence.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/MapGeofence.js')
-rw-r--r--src/map/MapGeofence.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/map/MapGeofence.js b/src/map/MapGeofence.js
index 73b32724..ac83d5b4 100644
--- a/src/map/MapGeofence.js
+++ b/src/map/MapGeofence.js
@@ -2,7 +2,7 @@ import { useId, useEffect } from 'react';
import { useSelector } from 'react-redux';
import { useTheme } from '@mui/styles';
import { map } from './core/MapView';
-import { findFonts, geofenceToFeature } from './core/mapUtil';
+import { geofenceToFeature } from './core/mapUtil';
import { useAttributePreference } from '../common/util/preferences';
const MapGeofence = () => {
@@ -52,7 +52,6 @@ const MapGeofence = () => {
type: 'symbol',
layout: {
'text-field': '{name}',
- 'text-font': findFonts(map),
'text-size': 12,
},
paint: {