This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

How to sort or filter notes by status?

3

I'd like to be able to view all my notes that have not been resolved. I'd expect that there'd be a button on my notes page, but that page is an extremely basic list, w/o any other functionality. Is there some 3rd party site that allows me to view OSM notes and sort or filter the notes based on if they are resolved or not?

asked 21 Jun '17, 19:45

keithonearth's gravatar image

keithonearth
2.9k5676108
accept rate: 13%

1

I'm not aware of one, but if you wanted to create one yourself you could start with one of the Leaflet "display pointers on a map" examples - see the links from http://leafletjs.com/ . The notes API is pretty well documented; if you wanted an example that called it (although not to create notes for use on a web page then https://github.com/SomeoneElseOSM/Notes01 might be useful.

(30 Jun '17, 15:12) SomeoneElse ♦

One Answer:

0

Sorry for necro bump but there is a workaround.

Notes grabber

Source: Github issue

answered 10 Dec '20, 17:40

a123qwertz567's gravatar image

a123qwertz567
112
accept rate: 0%

edited 10 Dec '20, 17:42

Source code available on GitHub .