diff --git a/src/osgPlugins/shp/ESRIShapeReaderWriter.cpp b/src/osgPlugins/shp/ESRIShapeReaderWriter.cpp index aea1e4fc0..fee600d60 100644 --- a/src/osgPlugins/shp/ESRIShapeReaderWriter.cpp +++ b/src/osgPlugins/shp/ESRIShapeReaderWriter.cpp @@ -15,7 +15,11 @@ class ESRIShapeReaderWriter : public osgDB::ReaderWriter { public: - ESRIShapeReaderWriter() {} + ESRIShapeReaderWriter() + { + supportsExtension("shp","Geospatial Shape file format"); + supportsOption("double","Read x,y,z data as double an stored as geometry in osg::Vec3dArray's."); + } virtual const char* className() { return "ESRI Shape ReaderWriter"; }