A tool to convert OSM wikibase data items to iD Tagging Schema entries.
Makes preset drafts to facilitate faster creation of pull requests. Prior experience with contributing to the iD Tagging Schema required.
ALPHA release! This tool works best with complete input data. Incomplete data may result in crashes with unclear error messages.
Choose one of the following methods:
- Use the publicly hosted version.
- Clone the repository and deploy it yourself.
- Run locally in RStudio:
shiny::runGitHub("osm-item2id", "cuatim", subdir = "i2i-shiny")Creating a new preset
- Create or amend the OSM wiki entry for the tag.
- Create or amend the corresponding wikibase data item. Ensure all relevant properties are set. Incomplete data may cause the tool to fail.
- Enter the tag in the tool to generate a preset preset draft.
- Amend as needed:
name: This is just the value of the tag. May be too simple.terms: Always empty. Fill manually or delete if not needed.icon: Always empty. Fill manually.fields/moreFields: All keys from the combination property are placed intomoreFields. Consider reordering and/or moving some tofieldswhere appropriate. Often other presets are referenced instead of listing all fields manually. Remove fields not implemented in iD (from the draft only, not the data item).aliases,tags, andgeometry: Should be correct already. If not, update the underlying data item.- Add additional data as needed.