Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsmock/tageditor
https://github.com/tsmock/tageditor
josm josm-plugin
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsmock/tageditor
- Owner: tsmock
- License: gpl-2.0
- Created: 2024-03-27T18:29:43.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-19T21:18:26.000Z (4 months ago)
- Last Synced: 2024-11-14T06:53:02.937Z (2 months ago)
- Topics: josm, josm-plugin
- Language: Java
- Size: 1.88 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
README
======The TagEditor plugin provides an alternative to the built-in dialogs
for editing tags in JOSM.Its main features are:
- can be launched from the "Edit" menu or using the shortcut 'T'
(mouseless operation)- provides a spreadsheet-like editor for tag keys and tag values
- improved auto completion for tag keys and tag values. Distinguishes
between "official" OSM values and "non-official" values from the currently
edited OSM data set. Also considers whether the current selection includes
nodes or ways.- displays a list of reasonable values for a tag key or a tag value in the
current context
- mouseless operation. A typical editor scenario:
* press 'T' to launch the editor
* enter a tag key and press 'TAB' or 'ENTER' to navigate to the next cell
* enter a tag value and press 'TAB' or 'ENTER' to navigate to the next cell
(which creates a new tag)
...
* press 'Ctrl ENTER' to apply the tags to the currently selected OSM
primitives and close the editor
- provides a searchable, tabular list of JOSM presets
- provides a searchable, tabular list of "official" OSM features (key/value-pairs)