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