Modify ↓
Opened 20 months ago
Closed 11 months ago
#7002 closed defect (wontfix)
some nodes by anonymous are not recogized
| Reported by: | osm@… | Owned by: | framm |
|---|---|---|---|
| Priority: | normal | Component: | Plugin licensechange |
| Version: | latest | Keywords: | |
| Cc: |
Description
Many* nodes of way 34184706 (e.g. node 35831223) are created in 2007 by anonymous, still they are not recognized by the licensechange-plugin to be lost after the change.
A direct call delivers the right result: http://wtfe.gryph.de/api/0.6/userlist?nodes=35831223
- I supsect it's the ones that were not changed since, whereas edited nodes get recognized.
Attachments (0)
Change History (2)
comment:1 Changed 20 months ago by anonymous
comment:2 Changed 11 months ago by Don-vip
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



http://svn.openstreetmap.org/applications/editors/josm/plugins/licensechange/src/org/openstreetmap/josm/plugins/licensechange/BasicLicenseCheck.java, Line 44:
if ((users != null) && (n.getUser() != null))
may be the problem.