Opened 6 years ago
Last modified 5 years ago
#17878 new defect
Cannot download full old version of an OSM object
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | template_report download api | Cc: |
Description (last modified by )
What steps will reproduce the problem?
- start program with option https://api.openstreetmap.org/api/0.6/way/[id]/[version] or https://www.openstreetmap.org/api/0.6/way/[id]/[version]
or
- use the "open location" command with above urls
What is the expected result?
(The mentioned version of) the way is downloaded, with its child nodes and rendered.
What happens instead?
The way is downloaded, with its child nodes and nothing is rendered nor selectable.
If you update data the data is rendered but always the last version.
What steps will reproduce the problem?
- Open download dialog and choose bbox tab
- paste/enter api url from above
What is the expected result?
(The mentioned version of) the way is downloaded, with its child nodes and rendered.
What happens instead?
Some nearby bbox is completely downloaded.
Please provide any additional information below. Attach a screenshot if possible.
api.osm or www.osm does not matter.
Both did work in previous versions (see #8946) but I did not use it lately.
Was a nice feature to look at older versions.
URL:https://josm.openstreetmap.de/svn/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2019-07-03 23:41:23 +0200 (Wed, 03 Jul 2019) Build-Date:2019-07-04 01:30:58 Revision:15203 Relative:URL: ^/trunk Program arguments: [https://www.openstreetmap.org/api/0.6/way/4537948] Last errors/warnings: - W: No configuration settings found. Using hardcoded default values for all pools.
Attachments (0)
Change History (8)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|
follow-up: 3 comment:2 by , 5 years ago
Summary: | Downloads from api not proper working/impossible anymore. → Cannot download full old version of an OSM object |
---|
comment:3 by , 5 years ago
follow-up: 5 comment:4 by , 5 years ago
It still works. But when you download a way like this you don't get its nodes.
comment:5 by , 5 years ago
Replying to Don-vip:
It still works. But when you download a way like this you don't get its nodes.
with https://www.openstreetmap.org/api/0.6/way/4537948
Info on the layer panes tells me one way and two nodes and there is no data inconsistency. I cannot select anything though. At least the Info is wrong as I have not downloaded the nodes.
comment:6 by , 5 years ago
If you append /full you also download the nodes.
Thought it seems API does not support /full combined with an old version.
comment:7 by , 5 years ago
Thought not rendering incomplete ways (and deleted objects) at all was a good idea, years ago, but now I find some problems:
comment:8 by , 5 years ago
Maybe this helps? The overpass api allows to download "attic" data, see https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#date
Replying to Don-vip:
Full old version was never supported but would be a feature (needs at least undelete plugin.)
What was working, though, was to directly download objects from api. See wiki:Help/Action/OpenLocation#OSMdata