Skip to content

parsing of hexadecimal tag values throws an error #20

@durkie

Description

@durkie

I have a custom tag that I add to OSM ways, and gol-tool seems to have trouble parsing its values because they are hex numbers:

gol query 250909.gol w[official_name=808f7fd1754] -b -122.40659,37.4548,-122.22634,37.79707 -f geojson
Destroying FeatureStore...              Querying...
Destroyed FeatureStore.
 ──────  Expected ]
    w[official_name=808f7fd1754]
                       ^

I can't find any way of quoting or escaping this value that lets it be interpreted correctly.

It seems like this extends to any tag value that starts with a number. "8hello" throws an error as well, but "hello8" doesn't, nor does "h8ello"

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions