Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Michael Ochmann
trakr.
Commits
dfed1dd8
Commit
dfed1dd8
authored
Jul 16, 2018
by
Michael Ochmann
Browse files
.
parent
9119bb81
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/javascript/controllers/HeightMapViewController.js
View file @
dfed1dd8
...
@@ -43,8 +43,8 @@ class HeightMapViewController extends UIViewController {
...
@@ -43,8 +43,8 @@ class HeightMapViewController extends UIViewController {
position
.
coords
.
longitude
,
position
.
coords
.
longitude
,
position
.
coords
.
altitude
position
.
coords
.
altitude
));
));
},
error
=>
alert
(
error
),
{
},
error
=>
console
.
log
(
error
.
message
),
{
timeout
:
0
,
timeout
:
6000
0
,
enableHighAccuracy
:
true
,
enableHighAccuracy
:
true
,
maximumAge
:
Infinity
maximumAge
:
Infinity
});
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment