This website requires JavaScript.
Explore
Help
Sign In
FGFS-4.1
/
OpenSceneGraph
Watch
4
Star
0
Fork
0
You've already forked OpenSceneGraph
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
d3e9c44440ae0a65dd5119980bc0ca79108ad7d1
OpenSceneGraph
/
src
/
osgPlugins
/
shp
History
Robert Osfield
14f63cbe67
From Ulrich Hertlein, "Based on the exchange on osg-users I went ahead and reworked shp/XBaseParser to avoid
...
weird behaviour (closing stdin) and leaking file descriptors, as well as some const-ness."
2013-08-01 10:28:12 +00:00
..
CMakeLists.txt
From Philip Lowman, clean up of CMake files
2009-04-09 09:23:45 +00:00
ESRIShape.cpp
From Andreas Ekstrand, The attached ESRIShape.cpp contains fixes for comparing calculated byte sizes with the content length from the record header. According to the ESRI Shape documentation (
http://www.esri.com/library/whitepapers/pdfs/shapefile.pdf
), the content length is specified in 16 bit words, which is why I have multiplied it by 2 when comparing to byte sizes. Note that the comparison in line 813 is made with a fix number of 16-bit words so it hasn't been changed.
2012-09-05 10:24:10 +00:00
ESRIShape.h
Ran script to remove trailing spaces and tabs
2012-03-21 17:36:20 +00:00
ESRIShapeParser.cpp
Replaced deprecated osg::Geometry::set*Binding() usage
2013-06-27 08:44:15 +00:00
ESRIShapeParser.h
Ran script to remove trailing spaces and tabs
2012-03-21 17:36:20 +00:00
ESRIShapeReaderWriter.cpp
From Ulrich Hertlein, "Based on the exchange on osg-users I went ahead and reworked shp/XBaseParser to avoid
2013-08-01 10:28:12 +00:00
ESRIType.h
From David Callu, added DBase attribute support for shapefiles
2007-12-09 15:43:49 +00:00
XBaseParser.cpp
From Ulrich Hertlein, "Based on the exchange on osg-users I went ahead and reworked shp/XBaseParser to avoid
2013-08-01 10:28:12 +00:00
XBaseParser.h
From Ulrich Hertlein, "Based on the exchange on osg-users I went ahead and reworked shp/XBaseParser to avoid
2013-08-01 10:28:12 +00:00