Modify ↓
Opened 16 years ago
Closed 16 years ago
#2504 closed defect (wontfix)
created_by can not be set for new objects
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: | Gubaer |
Description ¶
JOSM 1529 does not set created_by for new objects and does not allow creatrd_by tag to be added by the user.
js@a30p2:~$ java -version
java version "1.5.0_17"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_17-b04)
Java HotSpot(TM) Client VM (build 1.5.0_17-b04, mixed mode, sharing)
js@a30p2:~$ cat /etc/issue
Debian GNU/Linux 5.0 \n \l
Note:
See TracTickets
for help on using tickets.
In API 0.6 created_by on nodes, ways and relations is deprecated. Neither JOSM nor the users should set it on idividual primitives. http://wiki.openstreetmap.org/wiki/Original_Changesets_and_Reverts_Proposal_2008#Modifications_to_the_database_schema
JOSM supports this. It doesn't add created_by automatically and it filters out created_by tags added by users.