id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 6438,Mistake in the configuration HAVE_SETLOCALE,alaindelplanque,warmerdam,"gdal configure doesn't set properly HAVE_SETLOCALE. In `configure.in` : {{{ AC_CHECK_FUNC(setlocale) }}} should be replace by : {{{ AC_CHECK_FUNCS(setlocale) }}} And in `gdal/port/cpl_config.h.in`, missing : {{{ /* Define to 1 if you have the `setlocale' function. */ #undef HAVE_SETLOCALE }}} This causes a bug in internal `libjson`. Without HAVE_SETLOCALE, locale isn't set properly, and geojson coordinates are truncated to int values. This bug was first reported in qgis: https://hub.qgis.org/issues/14578 ",defect,closed,normal,,default,unspecified,normal,fixed,,Bas Couwenberg