Changeset 9237 in ntrip for trunk/BNC/src/map/bncmapwin.cpp


Ignore:
Timestamp:
Nov 10, 2020, 11:53:58 AM (3 years ago)
Author:
stuerze
Message:

pppMap now with OSM only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/map/bncmapwin.cpp

    r8909 r9237  
    9898
    9999  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");
    106101  if (!htmlFile.open(QFile::ReadOnly)) {
    107102    qDebug() << "bncMapWin:: cannot open html file";
Note: See TracChangeset for help on using the changeset viewer.