[go: up one dir, main page]

shapefile 0.1.0

Read & Write shapefiles in Rust
Documentation
1
2
3
4
5
6
7
# 0.1.0


 - Fix index file (.shx) that was incorrect (Github issue #6)
 - Fix reading PointZ shape where the 'M' value is not there at all
 - PointM, PointZ 'std::fmt::Display' implementation now prints 'NO_DATA'
   when the value is NO_DATA (instead of printing the f64 value)
 - Implement MultipointShape for Point, PointM, PointZ