Changeset 27233 in osm for applications/editors
- Timestamp:
- 2011-12-14T15:57:29+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/piclayer/src/org/openstreetmap/josm/plugins/piclayer/layer/kml/KMLReader.java
r27231 r27233 83 83 } else if (inLatLonBox && "west".equals(localName)) { 84 84 overlay.setWest(Double.valueOf(value.trim())); 85 } else if (inLatLonBox && "rotat e".equals(localName)) {85 } else if (inLatLonBox && "rotation".equals(localName)) { 86 86 overlay.setRotate(Double.valueOf(value.trim())); 87 87 } else if (inLatLonBox && "LatLonBox".equals(localName)) {
Note:
See TracChangeset
for help on using the changeset viewer.