Skip to content

Commit

Permalink
prov commit, current work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidsastresas committed Jun 14, 2023
1 parent 273c860 commit d0126e8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/QtLocationPlugin/QGCMapTileSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ class QGCCachedTileSet : public QObject
QString type () { return _type; }
bool complete () const{ return _defaultSet || (_totalTileCount <= _savedTileCount); }
bool defaultSet () const{ return _defaultSet; }
// This is ugly as fuck. almost same name as the setter, must do something
quint64 setID () const{ return _id; }
bool deleting () const{ return _deleting; }
bool downloading () const{ return _downloading; }
Expand Down
1 change: 1 addition & 0 deletions src/QtLocationPlugin/QMLControl/OfflineMap.qml
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ Item {
horizontalAlignment: Text.AlignHCenter
}
//-- Tile Sets
// need to manage here as well
Row {
spacing: ScreenTools.defaultFontPixelWidth
anchors.horizontalCenter: parent.horizontalCenter
Expand Down
2 changes: 2 additions & 0 deletions src/Terrain/TerrainQuery.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ QGC_LOGGING_CATEGORY(TerrainQueryVerboseLog, "TerrainQueryVerboseLog")
Q_GLOBAL_STATIC(TerrainAtCoordinateBatchManager, _TerrainAtCoordinateBatchManager)
Q_GLOBAL_STATIC(TerrainTileManager, _terrainTileManager)

// All this file needs to be reviewed, a lot of stuff here saying airmap

TerrainAirMapQuery::TerrainAirMapQuery(QObject* parent)
: TerrainQueryInterface(parent)
{
Expand Down
1 change: 1 addition & 0 deletions src/elevation providers dev notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- we should test the latest stuff done over QGCMapTileset, moving serializefromairmapjson to map provider. play around with offline maps etc to verify

0 comments on commit d0126e8

Please sign in to comment.