Changeset 2297
- Timestamp:
- 03/09/10 08:09:04 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FalconView/trunk/public/fvw_core/GeodataDataSources/UtilityMethods.cpp
r2286 r2297 712 712 713 713 // In order for a feature to be visible, the <visibility> tag of all its ancestors must also be set to 1 714 if (feature-> has_visibility() && feature->get_visibility() == true)714 if (feature->get_visibility() == true) 715 715 return KMLFeatureVisible(kmldom::AsFeature(GetAncestorOfType(feature, kmldom::Type_Feature))); 716 716
