osm-read icon indicating copy to clipboard operation
osm-read copied to clipboard

Tags unresolved

Open wadouk opened this issue 6 years ago • 3 comments

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"
}

wadouk avatar Oct 29 '18 12:10 wadouk

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 ).

marook avatar Nov 02 '18 12:11 marook

That was on commit a1530bf I will re-test with this tag

wadouk avatar Nov 06 '18 09:11 wadouk

I was having the same problem with a1530bfe40bb247af9648c7c86e8e96af6fd0882. Switching to v0.6.0 solved the issue for me.

rhz avatar Dec 01 '18 03:12 rhz