]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_props.hxx
MapWidget: make use of the new POI system and display cities on the map.
[flightgear.git] / src / Main / fg_props.hxx
index 023d4dbbff4c1f42db65f3f935b5e01c832c7b0b..81f4baffb571b2febebff1b0bc32525a9238ba4e 100644 (file)
@@ -30,6 +30,15 @@ public:
 
 private:
     simgear::TiedPropertyList _tiedProperties;
+
+    static const char* getLatitudeString ();
+    static const char* getLongitudeString ();
+
+    static SGConstPropertyNode_ptr _longDeg, _latDeg, _lonLatformat;
+
+    SGPropertyNode_ptr _offset;
+    SGPropertyNode_ptr _uyear, _umonth, _uday, _uhour, _umin, _usec, _uwday, _udsec;
+    SGPropertyNode_ptr _ryear, _rmonth, _rday, _rhour, _rmin, _rsec, _rwday, _rdsec;
 };