Changeset 35723 in osm for applications/editors/josm/plugins
- Timestamp:
- 2021-03-13T13:28:04+01:00 (4 years ago)
- Location:
- applications/editors/josm/plugins/imagery-xml-bounds/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlEditorKit.java
r34076 r35723 20 20 21 21 /** 22 * XLM editor kit. 22 23 * @author kees 23 24 */ -
applications/editors/josm/plugins/imagery-xml-bounds/src/net/boplicity/xmleditor/XmlViewFactory.java
r34076 r35723 21 21 22 22 /** 23 * XML View Factory 23 24 * @author kees 24 25 */ -
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/ComputeBoundsAction.java
r35545 r35723 43 43 44 44 /** 45 * 45 * Compute bounds action. 46 46 * @author Don-vip 47 47 * -
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/ShowBoundsSelectionAction.java
r34307 r35723 5 5 6 6 /** 7 * 7 * Show bounds selection action. 8 8 * @author Don-vip 9 9 * -
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/io/XmlBoundsExporter.java
r33557 r35723 16 16 17 17 /** 18 * XML bounds exporter. 18 19 * @author Don-vip 19 *20 20 */ 21 21 public class XmlBoundsExporter extends FileExporter implements XmlBoundsConstants {
Note:
See TracChangeset
for help on using the changeset viewer.