170 json_object* coords = NULL;
172 LWDEBUGF(3,
"parse_geojson_point called with root_srid = %d.", root_srid );
185 LWDEBUG(2,
"parse_geojson_point finished.");
static void geojson_lwerror(char *msg, __attribute__((__unused__)) int error_code)
POINTARRAY * ptarray_construct_empty(char hasz, char hasm, uint32_t maxpoints)
Create a new POINTARRAY with no points.
#define LWDEBUG(level, msg)
static int parse_geojson_coord(json_object *poObj, int *hasz, POINTARRAY *pa)
static json_object * findMemberByName(json_object *poObj, const char *pszName)
LWPOINT * lwpoint_construct(int srid, GBOX *bbox, POINTARRAY *point)
#define LWDEBUGF(level, msg,...)