Unverified Commit 192653c3 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6223 from DonLakeFlyer/Terrain

Update to new terrain url
parents 8f2e16fb 0f764dbe
...@@ -77,7 +77,7 @@ void TerrainBatchManager::_sendNextBatch(void) ...@@ -77,7 +77,7 @@ void TerrainBatchManager::_sendNextBatch(void)
QUrlQuery query; QUrlQuery query;
query.addQueryItem(QStringLiteral("points"), points); query.addQueryItem(QStringLiteral("points"), points);
QUrl url(QStringLiteral("https://api.airmap.com/elevation/stage/srtm1/ele")); QUrl url(QStringLiteral("https://api.airmap.com/elevation/v1/ele"));
url.setQuery(query); url.setQuery(query);
QNetworkRequest request(url); QNetworkRequest request(url);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment