mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-06-14 13:28:09 +00:00
Support RFC 8142 GeoJSON text sequences
This commit is contained in:
@ -295,7 +295,7 @@ again:
|
||||
|
||||
return NULL;
|
||||
}
|
||||
} while (c == ' ' || c == '\t' || c == '\r' || c == '\n');
|
||||
} while (c == ' ' || c == '\t' || c == '\r' || c == '\n' || c == 0x1E);
|
||||
|
||||
/////////////////////////// Arrays
|
||||
|
||||
|
Reference in New Issue
Block a user