Skip to content
New issue

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

Unquoted attribute names fail to parse #98

Closed
geographika opened this issue Jan 12, 2020 · 1 comment
Closed

Unquoted attribute names fail to parse #98

geographika opened this issue Jan 12, 2020 · 1 comment

Comments

@geographika
Copy link
Owner

geographika commented Jan 12, 2020

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.

geographika added a commit that referenced this issue Dec 6, 2022
…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>
@geographika
Copy link
Owner Author

Fixed in the v1.0.0 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant