Opened 4 years ago
Closed 3 years ago
#21012 closed defect (othersoftware)
MapRoulette OSC doesn't always change the OSM layer
Reported by: | taylor.smock | Owned by: | Don-vip |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core remotecontrol | Version: | |
Keywords: | Cc: |
Description (last modified by )
API calls that MR makes (copied from JOSM console log, http://localhost:8111
added):
Original MR task: https://maproulette.org/challenge/18886/task/98697933
task_98697933_change.osc
<?xml version="1.0" encoding="UTF-8"?> <osmChange generator="atlas ChangeDescription v0.0.1" version="0.6"> <modify> <way id="439812515" version="1" visible="true"> <tag k="LINZ:source_version" v="2012-06-06"/> <tag k="LINZ:layer" v="drain_cl"/> <tag k="waterway" v="drain"/> <tag k="attribution" v="http://wiki.osm.org/wiki/Attribution#LINZ"/> <tag k="source_ref" v="http://www.linz.govt.nz/topography/topo-maps/"/> <tag k="LINZ:dataset" v="mainland"/> <nd ref="3064243489"/> <nd ref="3064243448"/> <nd ref="3064243419"/> <nd ref="3064243388"/> <nd ref="4374879708"/> <nd ref="4374879645"/> </way> </modify> </osmChange>
Note: This is both with edit in new JOSM layer (merging down to OSM data layer) and without editing in a new JOSM layer.
Attachments (1)
Change History (9)
comment:1 by , 4 years ago
Description: | modified (diff) |
---|
follow-up: 3 comment:2 by , 4 years ago
follow-up: 6 comment:3 by , 4 years ago
Replying to skyper:
I read
?new_layer=false
in both URLs. As this is the default setting it should not be set.
Maybe. Regardless, this is what MR sends.
There is another test MR task that works ( https://maproulette.org/challenge/18886/task/98698569 ), so it shouldn't be the ?new_layer=false
parameter breaking things. But I was intending on debugging it later, once I had some spare time.
comment:4 by , 3 years ago
Status: | assigned → needinfo |
---|
It doesn't seem to be a JOSM bug but a MapRoulette one? If I'm right can you please close this ticket as othersoftware?
comment:5 by , 3 years ago
I haven't gotten around to debugging this yet.
It's kind of why I've assigned it to myself. :)
I think I checked the osc, and it looked good, but I don't recall it clearly.
comment:6 by , 3 years ago
Replying to taylor.smock:
There is another test MR task that works ( https://maproulette.org/challenge/18886/task/98698569 ), so it shouldn't be the
?new_layer=false
parameter breaking things. But I was intending on debugging it later, once I had some spare time.
It turns out it is a versioning issue in the OSC.
I'll attach a patch to at least give a debug message.
by , 3 years ago
Attachment: | 21012.patch added |
---|
comment:7 by , 3 years ago
Owner: | changed from | to
---|---|
Status: | needinfo → new |
comment:8 by , 3 years ago
Resolution: | → othersoftware |
---|---|
Status: | new → closed |
I read
?new_layer=false
in both URLs. As this is the default setting it should not be set.See also #19307 and #19308.