Skip to content

Commit

Permalink
Force precision model on WKT parse
Browse files Browse the repository at this point in the history
bjornharrtell committed Dec 21, 2018
1 parent 7ebc171 commit 02556b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/org/locationtech/jts/io/WKTParser.js
Original file line number Diff line number Diff line change
@@ -99,6 +99,7 @@ export default class WKTParser {
*/
const extract = {
coordinate (coordinate) {
this.precisionModel.makePrecise(coordinate)
return coordinate.x + ' ' + coordinate.y
},

0 comments on commit 02556b2

Please sign in to comment.