Opened 10 years ago

Closed 10 years ago

#5461 closed defect (fixed)

GeoJSON read wrong coordintates on Russian locale

Reported by: bishop Owned by: warmerdam
Priority: normal Milestone:
Component: OGR_SF Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

The json-c writer replace the locale delimiter (in Russian locale ',') to point, but reader is not locale agnostic. So the coordinates are rounded to whole numbers. The reader should use GDAL locale agnostic method CPLAtofDelim(buf, '.').

Change History (1)

comment:1 by bishop, 10 years ago

Resolution: fixed
Status: newclosed

Fix in r27294

Note: See TracTickets for help on using tickets.