Hi, I have some WKT where point X and Y are separated by newline characters rather than spaces. A look at OGRWktReadToken seems to eat spaces and tabs, but not newlines or other whitespace. My reading of the OGC simple feature BNF doesn't help much, as AFAICT, the separator between is an "implied" space:
OGC 06-103r4 <point z> ::= <x> <y> <z> I would have expected to see spacing specified something like: <point z> ::= <x> <space> <y> <space> <z> So I'm confused. Are only tabs and spaces allowed? Only a single space? Is this defined somewhere I'm not seeing? Thanks, -- Andrew Bell [email protected]
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
