Changes between Initial Version and Version 5 of Ticket #6535


Ignore:
Timestamp:
2011-07-03T23:47:13+02:00 (14 years ago)
Author:
Don-vip
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6535 – Description

    initial v5  
    11I want to create a plugin that changes some relations name format (add extra info in brackets at the end of the relation type, like the one added on boundaries with admin_level).
    22It seems currently not possible without patching JOSM (josm.gui.DefaultNameFormatter):
    3 - Change the prototype of getRelationTypeName() from private to protected
     3- ~~Change the prototype of getRelationTypeName() from private to protected~~
    44- Allow JOSM to dynamically instantiate a DefaultNameFormatter sub-class, specified by a plugin or by the user in the preferences. For that, it it possible to modify the getInstance() method.
    55