8

Getting a simple list of changesets on a web page is easy - in my case it's https://www.openstreetmap.org/user/SomeoneElse/history, and on that page you can see how many discussion comments each one has. However finding the ones with comments can involve a bit of searching.

The API call for asking for several changesets supports various parameters (but not as far as I can see whether there's a discussion on not). The API call to get a single changeset can optionally return the changeset discussion.

My question is - has anyone put together anything that allows searching of those changesets with discussion comments? In OSM it's almost a given that someone somewhere will have written something already :)

asked 16 Jan '16, 22:57

SomeoneElse's gravatar image

SomeoneElse ♦
33.0k65343778
accept rate: 16%


2 Answers:
2

The 'how did you contribute' site now has this feature: How did you contribute to OpenStreetMap? - enter your username, then select the "discussed changesets" link.

permanent link

answered 17 Jul '17, 15:12

Mike%20N's gravatar image

Mike N
2.7k21652
accept rate: 17%

edited 18 Jul '17, 11:35

2

Actually, I use a couple of other places to get to that list - clicking on a user name on http://resultmaps.neis-one.org/osm-discussions is one way, and the other is to get the UID by clicking on "changeset XML" on a changeset and then appending that number to "http://resultmaps.neis-one.org/osm-discussion-comments?uid="

(17 Jul '17, 15:32) SomeoneElse ♦
2

My knowledge about this quite popular feature request is only reflecting

https://github.com/openstreetmap/openstreetmap-website/issues/842

and

https://github.com/openstreetmap/openstreetmap-website/issues/1094

still not solved :-(

permanent link

answered 18 Jan '16, 19:05

stephan75's gravatar image

stephan75
12.5k454209
accept rate: 6%

not only not solved--both are unfortunately closed!!

(19 Jan '16, 13:42) neuhausr

Actually no - 842's open and 1094's only closed because it is a duplicate of it.

(19 Jan '16, 13:47) SomeoneElse ♦

oops, misunderstood, thanks for the clarification. sure would be nice to have!

(19 Jan '16, 15:37) neuhausr

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×248
×113
×2

question asked: 16 Jan '16, 22:57

question was seen: 3,183 times

last updated: 18 Jul '17, 11:35

powered by OSQA