Move Orientation into sensors directory, attempt to fix 'NaN' in slope input

This commit is contained in:
Pieter Vander Vennet 2023-12-18 01:58:58 +01:00
parent 82409984dc
commit e9268bfc49
6 changed files with 30 additions and 6 deletions

View file

@ -2,7 +2,7 @@
import { ImmutableStore, UIEventSource } from "../../../Logic/UIEventSource"
import Translations from "../../i18n/Translations"
import Tr from "../../Base/Tr.svelte"
import { Orientation } from "../../../Logic/Web/Orientation"
import { Orientation } from "../../../Sensors/Orientation"
import type { Feature } from "geojson"
import { GeoOperations } from "../../../Logic/GeoOperations"
import If from "../../Base/If.svelte"