forked from MapComplete/MapComplete
Move Orientation into sensors directory, attempt to fix 'NaN' in slope input
This commit is contained in:
parent
82409984dc
commit
e9268bfc49
6 changed files with 30 additions and 6 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue