Changeset 9237 in ntrip for trunk/BNC/src/map
- Timestamp:
- Nov 10, 2020, 11:53:58 AM (4 years ago)
- Location:
- trunk/BNC/src/map
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/map/bncmapwin.cpp
r8909 r9237 98 98 99 99 QFile htmlFile; 100 if (settings.value("PPP/useOpenStreetMap").toBool()) { 101 htmlFile.setFileName(":/map/map_osm.html"); 102 } 103 else { 104 htmlFile.setFileName(":/map/map_gm.html"); 105 } 100 htmlFile.setFileName(":/map/map_osm.html"); 106 101 if (!htmlFile.open(QFile::ReadOnly)) { 107 102 qDebug() << "bncMapWin:: cannot open html file";
Note:
See TracChangeset
for help on using the changeset viewer.