@@ -42,7 +42,7 @@ export const getPathIsShow = (path: Path) => {
export const createPath = (path: Partial<Path> = {}): Path => {
return {
id: createTemploraryID(),
- lineColor: '#ff0000',
+ lineColor: '#ffffff',
lineAltitudeAboveGround: 10,
reverseDirection: false,
lineWidth: 0.6,