- Timestamp:
- 07/17/11 18:24:47 (23 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ogr/ReaderWriterOGR.cpp
r12292 r12697 103 103 supportsExtension("ogr","OGR file reader"); 104 104 supportsOption("useRandomColorByFeature", "Assign a random color to each feature."); 105 supportsOption("addGroupPerFeature", "Places each feature in a sep erate group.");105 supportsOption("addGroupPerFeature", "Places each feature in a separate group."); 106 106 oldHandler = CPLSetErrorHandler(CPLOSGErrorHandler); 107 107 }
