shawnlaffan / Geo-ShapeFile

A perl library for reading shapefiles
https://metacpan.org/module/Geo::ShapeFile
2 stars 1 forks source link

Fix MultiPointM #28

Closed voegelas closed 1 year ago

voegelas commented 1 year ago

Records from MultiPointM shape files cannot be read due to a copy and paste error in Geo::ShapeFile::Shape. This pull request replaces _extract_m_datextract_m_data() by _extract_m_data().

shawnlaffan commented 1 year ago

Thanks. Will aim to roll a new release for CPAN later today.