Skip to content

Instantly share code, notes, and snippets.

@jeffreyameyer
Created May 27, 2023 20:37
Show Gist options
  • Save jeffreyameyer/7d59b283938323727904c401f5dd0e55 to your computer and use it in GitHub Desktop.
Save jeffreyameyer/7d59b283938323727904c401f5dd0e55 to your computer and use it in GitHub Desktop.
JOSM preset file for image tagging that can be loaded locally
<?xml version="1.0" encoding="UTF-8"?>
<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0">
<item name="OHM Image" type="node,way,closedway,multipolygon,relation">
<label text="Adding images and appropriate tags" />
<item_separator />
<text key="image:1" text="URL: image URL including https://; no redirects" />
<text key="image:1:caption" text="CAPTION: Text under image" />
<text key="image:1:date" text="DATE: YYYY-MM-DD, when image depicts" />
<text key="image:1:license" text="LICENSE: image license" />
<text key="image:1:creator" text="CREATOR: name, if known" />
<text key="image:1:source" text="SOURCE: website hosting image" />
<item_separator />
<text key="image:2" text="URL: image URL including https://; no redirects" />
<text key="image:2:caption" text="CAPTION: Text under image" />
<text key="image:2:date" text="DATE: YYYY-MM-DD, when image depicts" />
<text key="image:2:license" text="LICENSE: image license" />
<text key="image:2:creator" text="CREATOR: name, if known" />
<text key="image:2:source" text="SOURCE: website hosting image" />
<item_separator />
<text key="image:3" text="URL: image URL including https://; no redirects" />
<text key="image:3:caption" text="CAPTION: Text under image" />
<text key="image:3:date" text="DATE: YYYY-MM-DD, when image depicts" />
<text key="image:3:license" text="LICENSE: image license" />
<text key="image:3:creator" text="CREATOR: name, if known" />
<text key="image:3:source" text="SOURCE: website hosting image" />
</item>
</presets>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment