bilaldursun1 / nettopologysuite

Automatically exported from code.google.com/p/nettopologysuite
0 stars 0 forks source link

NetTopologySuide.IO.GeoJSON does not handle integers in coordinates #189

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reported by Anders Bakkevold: 
https://groups.google.com/d/msg/nettopologysuite/zdzfjm7lMx4/M3enIMIo1sIJ
"
We discovered that the GeoJSON reader does not handle a geojson where the 
coordinates are integers (eg. [10 60] instead of [10.213335 60.55871]). It 
throws an exception.
Attached is a patch which fixes the problem.
"
attached patch also in this issue

Original issue reported on code.google.com by diegogu...@gmail.com on 8 Jul 2014 at 12:01

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by diegogu...@gmail.com on 9 Jul 2014 at 12:22

GoogleCodeExporter commented 9 years ago
fixed with r1252

Original comment by diegogu...@gmail.com on 10 Jul 2014 at 7:27