Modify ↓
Opened 14 years ago
Closed 13 years ago
#7002 closed defect (wontfix)
some nodes by anonymous are not recogized
Reported by: | Owned by: | framm | |
---|---|---|---|
Priority: | normal | Milestone: | |
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 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → wontfix |
---|---|
Status: | new → 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.