Skip to content

Commit 031df24

Browse files
ingallsCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 38439f2 commit 031df24

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/parser/to_geojson.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ import { destination } from '@turf/destination';
2020
import Color from '../utils/color.js';
2121
import JSONCoT from '../types/types.js'
2222
import CoT from '../cot.js';
23+
import { NODECOT_FLOW_TAG } from '../parser.js';
2324

2425
// GeoJSON Geospatial ops will truncate to the below
2526
const COORDINATE_PRECISION = 6;
26-
const INTERNAL_FLOW_PREFIX = 'NodeCoT-';
27+
const INTERNAL_FLOW_PREFIX = NODECOT_FLOW_TAG + '-';
2728

2829
/**
2930
* Return a GeoJSON Feature from an XML CoT message

0 commit comments

Comments
 (0)