Skip to content
Failed

Changes

Summary

  1. Implement setRadius (#55) (commit: 96a1fab) (details)
Commit 96a1fab3e82ec949575b39c1d465e65bd7f4e1f8 by Grigory Pomadchin
Implement setRadius (#55)
A projection may have a radius. This commit implements setRadius used in
for example Equidistant Cylindrical where:
+R=<value> Radius of the sphere given in meters. As per documentation
this function is applied on the end, so it takes precedence over +ellps.

Signed-off-by: Stefan de Konink <stefan@konink.de>
(commit: 96a1fab)
The file was modified src/main/java/org/locationtech/proj4j/parser/Proj4Keyword.java (diff)
The file was modified src/test/java/org/locationtech/proj4j/CoordinateTransformTest.java (diff)
The file was modified src/main/java/org/locationtech/proj4j/proj/Projection.java (diff)
The file was modified src/main/java/org/locationtech/proj4j/parser/Proj4Parser.java (diff)