Changeset 25794 in osm for applications


Ignore:
Timestamp:
2011-04-05T10:13:56+02:00 (13 years ago)
Author:
zverik
Message:

public_transport updates, multipoly parameters translation

Location:
applications/editors/josm/plugins/relcontext
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/relcontext/TODO

    r25748 r25794  
    44- Solve width problem for narrows buttons when "fix" and "download" appear simultaneously
    55- "Reverse multipolygon": create a closed area out of outer members, move tags, delete relation and empty ways
     6- Fix tags for public_transport relations
    67
    78== NEW ALGORITHM ==
  • applications/editors/josm/plugins/relcontext/src/relcontext/RelContextDialog.java

    r25748 r25794  
    510510        public MultipolygonSettingsPopup() {
    511511            super();
    512             addMenuItem("boundary", "Create administrative boundary relations");
    513             addMenuItem("boundaryways", "Add tags boundary and admin_level to boundary relation ways");
    514             addMenuItem("tags", "Move area tags from contour to relation");
     512            addMenuItem("boundary", tr("Create administrative boundary relations"));
     513            addMenuItem("boundaryways", tr("Add tags boundary and admin_level to boundary relation ways"));
     514            addMenuItem("tags", tr("Move area tags from contour to relation"));
    515515        }
    516516
  • applications/editors/josm/plugins/relcontext/src/relcontext/possible_roles.txt

    r25692 r25794  
    11boundary: admin_centre, label, subarea
    2 route: forward, backward, stop, platform
     2route: stop, platform, forward, backward, stop_exit_only, stop_entry_only, platform_exit_only, platform_entry_only
    33restriction: from, to, via, location_hint
    44enforcement: device, from, to, force
Note: See TracChangeset for help on using the changeset viewer.