Changeset 4856 in josm for trunk/src/org
- Timestamp:
- 2012-01-22T23:51:05+01:00 (13 years ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/ImageryInfo.java
r4853 r4856 200 200 } 201 201 } 202 if (imageryType == null) throw new IllegalArgumentException("unk own type");202 if (imageryType == null) throw new IllegalArgumentException("unknown type"); 203 203 pixelPerDegree = e.pixel_per_eastnorth; 204 204 defaultMaxZoom = e.max_zoom; -
trunk/src/org/openstreetmap/josm/io/OsmReader.java
r4645 r4856 355 355 * Nested content is skipped. 356 356 * 357 * This is basically the same code as parseUnk own(), except for the warnings, which357 * This is basically the same code as parseUnknown(), except for the warnings, which 358 358 * are displayed for inner elements and not at top level. 359 359 */
Note:
See TracChangeset
for help on using the changeset viewer.