#define GEOJSON_NEWLINE 1
#define GEOJSON_OPEN_BRACE 2
#define GEOJSON_TYPE 3
#define GEOJSON_COLON 4
#define GEOJSON_POINT 5
#define GEOJSON_COMMA 6
#define GEOJSON_COORDS 7
#define GEOJSON_CLOSE_BRACE 8
#define GEOJSON_BBOX 9
#define GEOJSON_OPEN_BRACKET 10
#define GEOJSON_CLOSE_BRACKET 11
#define GEOJSON_CRS 12
#define GEOJSON_NAME 13
#define GEOJSON_PROPS 14
#define GEOJSON_NUM 15
#define GEOJSON_SHORT_SRID 16
#define GEOJSON_LONG_SRID 17
#define GEOJSON_LINESTRING 18
#define GEOJSON_POLYGON 19
#define GEOJSON_MULTIPOINT 20
#define GEOJSON_MULTILINESTRING 21
#define GEOJSON_MULTIPOLYGON 22
#define GEOJSON_GEOMETRYCOLLECTION 23
#define GEOJSON_GEOMS 24