This commit is contained in:
cracklesparkle
2025-01-30 12:36:39 +09:00
parent e6b3dc05d3
commit 0788a401ca
43 changed files with 3710 additions and 1724 deletions

View File

@ -138,6 +138,7 @@ const formatArea = function (polygon: Geometry) {
};
export function measureStyleFunction(
map_id: string,
feature: FeatureLike,
drawType?: Type,
tip?: string,
@ -149,7 +150,7 @@ export function measureStyleFunction(
const type = geometry?.getType();
const segmentStyles = [segmentStyle];
const segments = getMeasureShowSegments()
const segments = getMeasureShowSegments(map_id)
if (!geometry) return