Modify ↓
Opened 6 years ago
Closed 6 years ago
#101 closed enhancement (invalid)
Tag validator
| Reported by: | SlowRider <ce@…> | Owned by: | imi |
|---|---|---|---|
| Priority: | trivial | Component: | unspecified |
| Version: | Keywords: | ||
| Cc: |
Description
It would be cool if JOSM had a mechanism to avoid senseless tagging. If a user
tried to apply a highway tag to a segment which isn't a way yet, JOSM could
warn the user or even deny to apply the tag.
Imi explained that such a thing would be best implemented as a plugin, though it will require some changes to JOSM core to enable the plugin to do its job. So here's the entry :) .
Attachments (0)
Change History (1)
comment:1 Changed 6 years ago by anonymous
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



When speaking of directly applying tagging, this will not get into the JOSM-core, as JOSM will and should not be aware of the tagging scheme used with it.
For Annotations, it does not require any changes. Just tag the annotation proberly with the type="..." tag. See AnnotationPresets? for examples