Index: /applications/editors/josm/plugins/imagery_offset_db/build.xml
===================================================================
--- /applications/editors/josm/plugins/imagery_offset_db/build.xml	(revision 34208)
+++ /applications/editors/josm/plugins/imagery_offset_db/build.xml	(revision 34209)
@@ -5,5 +5,5 @@
     <property name="commit.message" value="Imagery Offset Database"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="12840"/>
+    <property name="plugin.main.version" value="13797"/>
     <property name="plugin.canloadatruntime" value="true"/>
 
Index: /applications/editors/josm/plugins/imagery_offset_db/src/iodb/ImageryOffsetTools.java
===================================================================
--- /applications/editors/josm/plugins/imagery_offset_db/src/iodb/ImageryOffsetTools.java	(revision 34208)
+++ /applications/editors/josm/plugins/imagery_offset_db/src/iodb/ImageryOffsetTools.java	(revision 34209)
@@ -95,5 +95,5 @@
         EastNorth offsetPos = proj.latlon2eastNorth(offset.getImageryPos());
         EastNorth offsetXY = new EastNorth(center.getX() - offsetPos.getX(), center.getY() - offsetPos.getY());
-        OffsetBookmark b = new OffsetBookmark(proj.toCode(), offset.getImagery(), "Autogenerated",
+        OffsetBookmark b = new OffsetBookmark(proj.toCode(), null, offset.getImagery(), "Autogenerated",
                 offsetXY.getX(), offsetXY.getY(), offset.getPosition().lon(), offset.getPosition().lat());
         return b;
Index: /applications/editors/josm/plugins/imagery_offset_db/src/iodb/ImageryOffsetWatcher.java
===================================================================
--- /applications/editors/josm/plugins/imagery_offset_db/src/iodb/ImageryOffsetWatcher.java	(revision 34208)
+++ /applications/editors/josm/plugins/imagery_offset_db/src/iodb/ImageryOffsetWatcher.java	(revision 34209)
@@ -261,5 +261,5 @@
                     // apply offset
                     OffsetBookmark bookmark = new OffsetBookmark(Main.getProjection().toCode(),
-                            layer.getName(), "Restored", dparts[2], dparts[3]);
+                            null, layer.getName(), "Restored", dparts[2], dparts[3]);
                     layer.getDisplaySettings().setOffsetBookmark(bookmark);
                     return;
