mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 16:52:31 +00:00
move routing stuff
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import ToolbarItemMenu from '../ToolbarItemMenu.svelte';
|
import ToolbarItemMenu from '../toolbar/ToolbarItemMenu.svelte';
|
||||||
import * as Card from '$lib/components/ui/card';
|
import * as Card from '$lib/components/ui/card';
|
||||||
import * as Select from '$lib/components/ui/select';
|
import * as Select from '$lib/components/ui/select';
|
||||||
import { Switch } from '$lib/components/ui/switch';
|
import { Switch } from '$lib/components/ui/switch';
|
||||||
@@ -8,7 +8,7 @@
|
|||||||
import { CircleHelp } from 'lucide-svelte';
|
import { CircleHelp } from 'lucide-svelte';
|
||||||
|
|
||||||
import { map, selectedFiles, applyToFile } from '$lib/stores';
|
import { map, selectedFiles, applyToFile } from '$lib/stores';
|
||||||
import { AnchorPointHierarchy, getMarker, route } from './routing';
|
import { AnchorPointHierarchy, getMarker, route } from './Routing';
|
||||||
import { onDestroy } from 'svelte';
|
import { onDestroy } from 'svelte';
|
||||||
import mapboxgl from 'mapbox-gl';
|
import mapboxgl from 'mapbox-gl';
|
||||||
import KDBush from 'kdbush';
|
import KDBush from 'kdbush';
|
@@ -1,6 +1,6 @@
|
|||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { currentTool, reverseSelectedFiles, Tool } from '$lib/stores';
|
import { currentTool, reverseSelectedFiles, Tool } from '$lib/stores';
|
||||||
import Routing from './routing/Routing.svelte';
|
import Routing from '$lib/components/routing/Routing.svelte';
|
||||||
import ToolbarItem from './ToolbarItem.svelte';
|
import ToolbarItem from './ToolbarItem.svelte';
|
||||||
import {
|
import {
|
||||||
ArrowRightLeft,
|
ArrowRightLeft,
|
||||||
|
Reference in New Issue
Block a user