PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ geojson_lwerror()

static void geojson_lwerror ( char *  msg,
__attribute__((__unused__)) int  error_code 
)
static

Definition at line 55 of file lwin_geojson.c.

56 {
57  LWDEBUGF(3, "lwgeom_from_geojson ERROR %i", error_code);
58  lwerror("%s", msg);
59 }
#define LWDEBUGF(level, msg,...)
Definition: lwgeom_log.h:88
void lwerror(const char *fmt,...)
Write a notice out to the error handler.
Definition: lwutil.c:190

References LWDEBUGF, and lwerror().

Referenced by findMemberByName(), lwgeom_from_geojson(), parse_geojson(), parse_geojson_coord(), parse_geojson_geometrycollection(), parse_geojson_linestring(), parse_geojson_multilinestring(), parse_geojson_multipoint(), parse_geojson_multipolygon(), parse_geojson_point(), and parse_geojson_polygon().

Here is the call graph for this function:
Here is the caller graph for this function: