Ignore:
Timestamp:
Apr 7, 2016, 6:35:03 AM (8 years ago)
Author:
ldelgass
Message:

selection debug display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/MouseCoordsTool.h

    r4349 r6253  
    5656        // Out of range of map extents
    5757        if (_label.valid()) {
    58             _label->setText("");
     58            _label->setText(osgEarth::Stringify()
     59                            << _prefix
     60                            << "N/A");
    5961        }
    6062        _havePoint = false;
Note: See TracChangeset for help on using the changeset viewer.