I like the new ideditor and how easily it lets anyone put notes on the map. Although I can see the potential for added noise, I can also appreciate how easier it is to add notes instead of using key:fixme on existing features, which can lead to more errors (eg. moving a path without noticing) for beginners. It also seems like OSM bugs are more detailed and advanced problems that only more advanced users could fix (at least the few I've found), compared to notes. What would be the best practice when using Notes vs. key:fixme? asked 26 Aug '13, 10:52 MagicFab |
"Notes" are not associated to an OSM object but only to a location. Even not logged-in users can add "notes". There can be comments by other users to notes (with email notifications) although discussions should not happen there. "Notes" are am (improved) version of the former OpenStreetBugs. Tags using the key I (others may have a different opinion/assessment) never use "notes" (or the former OpenStreetBugs). I regard "notes" (such an unfortunate name …) as a good option for "outsiders" or newbies to report errors or problems. The fixme key is rather mapper to mapper (even to yourself for later surveys) communication. answered 26 Aug '13, 13:05 aseerel4c26 ♦ |
I would like to give a differing opinion to aseerel4c26. I prefer the external "notes" to the use of a fixme tag. Notes are like a ticket system for source code. It lives outside and provides extra information and capabilities for tracking its completion/progress. The fixme tag on the other hand, it is like writing // FIXME: in the source code. IDEs and tools will try to surface the information, but ultimately these get lost/ignored and usually only valuable when actively working in a section of code or no ticket system is setup. answered 28 Aug '13, 04:53 he_the_great 3
Regarding fixmes getting lost, fixme tags are highlighted prominently in at least two of the OSM QA tools: OSM Inspector and KeepRight.
(25 Mar '14, 15:29)
neuhausr
|
Here's another personal opinion (and only that!) - I use both "notes" and "fixme" tags, but tend to use them for different things. In addition I also use "notes to self" in the form of Garmin waypoints; if I'm going walking somewhere I'll extract the area where I'm planning to be from a big file of GPX waypoints so that I know what to look for. I tend to use "notes" for one of two things - either "I've been to this place on the map, and what's currently in OSM doesn't match my recollection of it" or "I've never been here, but what's here isn't feasible" (such as a bus route that jumps from one road to another missing out the road in the middle, or a footpath that stops just short of joining a road). Fixmes I mostly use for and "notes to like minded mappers", things like "There's a footpath here, or something that looks like it might be one, and at some time I need to walk it to see where it goes". Adding all these as notes would make the standard with-notes view of some areas of England very disconcerting to city-dwellers The Garmin waypoint "notes to self" I use for things like "There's a new pub opening here in a month or so. Must map it when it does". There's no point in adding a fixme or note for that because there's nothing to fix yet. Similarly notes or fixmes that say "this area needs mapping better" can be a bit problematical - it may well have been that an area was mapped with the best tools available a few years ago, but better tools are available now. The widespread addition of things like "fixme - check if $item has $feature" don't help much, either. answered 25 Mar '14, 16:09 SomeoneElse ♦ |