Changeset 30393 in osm
- Timestamp:
- 2014-04-10T21:04:09+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/imagery-xml-bounds
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery-xml-bounds/build.xml
r30203 r30393 4 4 <property name="commit.message" value="Commit message"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="6 690"/>6 <property name="plugin.main.version" value="6968"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/data/XmlBoundsConverter.java
r30342 r30393 113 113 } 114 114 115 safePut(osmImagery, KEY_NAME, imagery.get Name());115 safePut(osmImagery, KEY_NAME, imagery.getOriginalName()); 116 116 safePut(osmImagery, KEY_TYPE, imagery.getImageryType().getTypeString()); 117 117 safePut(osmImagery, KEY_DEFAULT, imagery.isDefaultEntry());
Note:
See TracChangeset
for help on using the changeset viewer.