-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
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"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation