Skip to content

Commit 6acbae7

Browse files
authored
Update Capture.cs
1 parent 2b77c73 commit 6acbae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MapsAreaCaptureTool/Capture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public Capture(double[] coordinate, int altitude, int overlap, bool completed)
1414
Altitude = altitude;
1515
Overlap = overlap;
1616
Completed = completed;
17-
URL = "https://www.earth.google.com/web/@" + Coordinate[0] + "," + Coordinate[1] + "," + Altitude + "m/data=!3m1!1e3";
17+
URL = "earth.google.com/web/@" + Coordinate[0] + "," + Coordinate[1] + "," + Altitude + "m/data=!3m1!1e3";
1818
}
1919
}
2020
}

0 commit comments

Comments
 (0)