Releases: locationtech/proj4j
Releases · locationtech/proj4j
1.1.2
Fixed
- Fix NZ Map projection and add a test for it #62
- Update OrthographicAzimuthalProjection #63
- Fix UTM, LCC, Krovak and Stere projections #71
- *2 in stereographic projection near the equator #58
- WebMercator EPSG code retrieved from proj4 parameters returns a legacy value #61
Added
- Geocent projection support #60
1.1.1
1.1.0
Added
- Added
GeostationarySatelliteProjection
/geos
projection by @Yaqiang - Registry.getProjections exposes all available projects by @noberasco
- OSGi compatibility by @Neutius
Changed
- Parse
geos
(Geostationary Satellite Projection) proj4 strings by @pomadchin - Projection units reported as meters by default by @bosborn
- BasicCoordinateTransform now thread-safe by @sebasbaumh
- Improve CRS Caching performance by @pomadchin
- CoordinateReferenceSystem.equals considered logical equality by @pomadchin