Changeset 25794 in osm for applications/editors/josm
- Timestamp:
- 2011-04-05T10:13:56+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/relcontext
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/relcontext/TODO
r25748 r25794 4 4 - Solve width problem for narrows buttons when "fix" and "download" appear simultaneously 5 5 - "Reverse multipolygon": create a closed area out of outer members, move tags, delete relation and empty ways 6 - Fix tags for public_transport relations 6 7 7 8 == NEW ALGORITHM == -
applications/editors/josm/plugins/relcontext/src/relcontext/RelContextDialog.java
r25748 r25794 510 510 public MultipolygonSettingsPopup() { 511 511 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")); 515 515 } 516 516 -
applications/editors/josm/plugins/relcontext/src/relcontext/possible_roles.txt
r25692 r25794 1 1 boundary: admin_centre, label, subarea 2 route: forward, backward, stop, platform2 route: stop, platform, forward, backward, stop_exit_only, stop_entry_only, platform_exit_only, platform_entry_only 3 3 restriction: from, to, via, location_hint 4 4 enforcement: device, from, to, force
Note:
See TracChangeset
for help on using the changeset viewer.