OpenStreetMap Tags Editor
Jump to navigation
Jump to search
OpenStreetMap Tags Editor | |
---|---|
Author: | Ilya Zverev |
License: | MIT License (free of charge) |
Platform: | Web |
Status: | Active |
Version: | 1.3 Changelog (2024-03-16) |
Source code: | Zverik/osmtags-editor GitHub |
Programming language: | JavaScript |
An extension that adds an "edit tags" button to every object on osm.org. |
OpenStreetMap Tags Editor is a simple editor implemented as a browser extension for Google Chrome and Firefox that manipulates the OpenStreetMap website frontend. It was developed by Ilya Zverev in 2022 as a quick hack.
How to use
Before you can use this editor, you need to open iD once by clicking the Edit button.
The extension adds an "Edit Tags" link to the bottom of an element's details page. Clicking the link replaces the tags table with an editable textbox formatted as a series of key=value pairs, similar to the format used by iD and Level0. Carefully make your changes, then click Save.
The editor will create a changeset with the property created_by=Osm.Org Tags Editor
External links
- OpenStreetMap Tags Editor for Chrome
- OpenStreetMap Tags Editor for Firefox
- Zverik/osmtags-editor GitHub
- "Edit tags directly from openstreetmap.org" – diary post announcing the editor