perf: do not filter markers

This commit is contained in:
wuzihao051119
2025-07-16 18:18:51 +08:00
committed by mertalev
parent 5d722eef98
commit 94c073e58f
3 changed files with 22 additions and 12 deletions

View File

@@ -10,9 +10,10 @@ import 'package:maplibre_gl/maplibre_gl.dart';
class MapUtils {
static final Logger _logger = Logger("MapUtils");
static const mapZoomToAssetLevel = 12.0;
static const defaultSourceId = 'asset-map-markers';
static const defaultHeatMapLayerId = 'asset-heatmap-layer';
static var completer = Completer()..complete();
static var markerCompleter = Completer()..complete();
static const defaultCircleLayerLayerProperties = CircleLayerProperties(
circleRadius: 10,