Changeset 30298 in osm for applications/editors/josm/plugins/smed2/js57toosm/src/js57toosm/Js57toosm.java
- Timestamp:
- 2014-02-19T10:26:43+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/js57toosm/src/js57toosm/Js57toosm.java
r30285 r30298 52 52 53 53 out.format("<?xml version='1.0' encoding='UTF-8'?>%n"); 54 out.format("<osm version='0.6' generator='js57toosm'>%n");54 out.format("<osm version='0.6' upload='false' generator='js57toosm'>%n"); 55 55 out.format("<bounds minlat='%.8f' minlon='%.8f' maxlat='%.8f' maxlon='%.8f'/>%n", bounds.minlat, bounds.minlon, bounds.maxlat, bounds.maxlon); 56 56
Note:
See TracChangeset
for help on using the changeset viewer.