Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
0f764dbe
Commit
0f764dbe
authored
Mar 15, 2018
by
DonLakeFlyer
Browse files
Update to new terrain url
parent
8f2e16fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Terrain.cc
View file @
0f764dbe
...
...
@@ -77,7 +77,7 @@ void TerrainBatchManager::_sendNextBatch(void)
QUrlQuery
query
;
query
.
addQueryItem
(
QStringLiteral
(
"points"
),
points
);
QUrl
url
(
QStringLiteral
(
"https://api.airmap.com/elevation/
stage/srtm
1/ele"
));
QUrl
url
(
QStringLiteral
(
"https://api.airmap.com/elevation/
v
1/ele"
));
url
.
setQuery
(
query
);
QNetworkRequest
request
(
url
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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