|
@@ -118,7 +118,7 @@ export const useShipMapStore = defineStore('shipMap', () => {
|
|
|
const d = feature.get('_data')
|
|
|
state.trackMap.set(feature.get('_id'), {
|
|
|
data: feature.get('_data'),
|
|
|
- color: randomColor(1),
|
|
|
+ color: '#FC60FF', //randomColor(1),
|
|
|
history: [],
|
|
|
real: [d],
|
|
|
trackId: feature.get('_trackId'),
|