osm-read
osm-read copied to clipboard
Tags unresolved
When I run the example/pbf.html the tags of any object is not computed. seem to stay in bytes. Seems the same for user
{
"id": "275452090",
"lat": 51.5075933,
"lon": -0.1076186,
"tags": {
"110,97,109,101": "74,97,109,39,115,32,83,97,110,100,119,105,99,104,32,66,97,114",
"97,109,101,110,105,116,121": "99,97,102,101"
},
"version": 3,
"timestamp": 1256818475000,
"changeset": 2980587,
"uid": "1697",
"user": "110,105,99,107,98"
}
With which version do you have this problem? If you need a stable version right now you should try v0.6.0 ( https://github.com/marook/osm-read/releases/tag/v0.6.0 ).
That was on commit a1530bf I will re-test with this tag
I was having the same problem with a1530bfe40bb247af9648c7c86e8e96af6fd0882. Switching to v0.6.0 solved the issue for me.