We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As per #48 a similar issue causes the test_outputformat_unquoted_keyword test to fail when parsing the following:
MAP OUTPUTFORMAT NAME grid IMAGEMODE INT16 END END
This is a similar case to test_symbol_style2
STYLE SYMBOL barb_warm GAP -45 SIZE 8 END
Found also at gdal/rawmode_nodata.map and in two places in renderers/polyline_no_clip.map here and here.
The text was updated successfully, but these errors were encountered:
Fix issues #48 and #98 using Lark's interactive parser.
7f1c625
3d8f36a
Fix issues #48 and #98 using Lark's interactive parser, using lark-cy…
96ca517
…thon (#179) * Parser: Update Lark dependency to lark 1.1.4 * Add benchmarks * Project changes * Parser: Add support for lark_cython * Github CI: Remove tests for 2.7 * Fix issues #48 and #98 using Lark's interactive parser. * Adhere to flake8 Co-authored-by: sethg <sethg@geographika.co.uk>
Fixed in the v1.0.0 release
Sorry, something went wrong.
No branches or pull requests
As per #48 a similar issue causes the test_outputformat_unquoted_keyword test to fail when parsing the following:
This is a similar case to test_symbol_style2
Found also at gdal/rawmode_nodata.map and in two places in renderers/polyline_no_clip.map here and here.
The text was updated successfully, but these errors were encountered: