Skip to content

Commit

Permalink
Update parseShp.js: fixed reading BoundingBox Ymax from the header (#205
Browse files Browse the repository at this point in the history
)
  • Loading branch information
chaensel-agco authored Mar 15, 2024
1 parent af368fb commit 3648fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parseShp.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ ParseShp.prototype.parseHeader = function () {
view.readDoubleLE(9 << 2),
view.readDoubleLE(11 << 2),
view.readDoubleLE(13 << 2),
view.readDoubleLE(13 << 2)
view.readDoubleLE(15 << 2)
]
};
};
Expand Down

0 comments on commit 3648fbb

Please sign in to comment.