Modify ↓
Opened 16 years ago
Closed 15 years ago
#3590 closed defect (fixed)
Primitives or objects: Pick one
| Reported by: | Owned by: | team | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | latest |
| Keywords: | Cc: |
Description
Some parts of JOSM refer to "primitives" in user messages while others refer to "objects". JOSM should use one term consistently, I'd prefer the latter.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



I've usually been using
primitive, probably because the data class is calledOsmPrimitive. The API spec uses the termobject, though.In the meantime I prefer
objectoverprimitive. If we replaceprimitivebyobjectlots of I18n strings will have to be updated. We should therefore wait with cleaning them up until the nexttestedis released.