Changeset 4856 in josm
- Timestamp:
- Jan 22, 2012 11:51:05 PM (16 months ago)
- Location:
- trunk/src/org/openstreetmap/josm
- Files:
-
- 2 edited
-
data/imagery/ImageryInfo.java (modified) (1 diff)
-
io/OsmReader.java (modified) (1 diff)
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.
