- Timestamp:
- 2020-08-28T21:02:38+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/GeoJSONReader.java
r16934 r16948 60 60 /** The record separator is 0x1E per RFC 7464 */ 61 61 private static final byte RECORD_SEPARATOR_BYTE = 0x1E; 62 private JsonParser parser;63 62 private Projection projection = Projections.getProjectionByCode("EPSG:4326"); // WGS 84 64 63
Note:
See TracChangeset
for help on using the changeset viewer.