mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-05 01:42:54 +00:00
street view control
This commit is contained in:
@@ -132,6 +132,7 @@ export enum Tool {
|
||||
}
|
||||
export const currentTool = writable<Tool | null>(null);
|
||||
export const splitAs = writable(SplitType.FILES);
|
||||
export const streetViewEnabled = writable(false);
|
||||
|
||||
export function newGPXFile() {
|
||||
const newFileName = get(_)("menu.new_file");
|
||||
|
Reference in New Issue
Block a user