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