Skip to content

Commit

Permalink
Add projection support
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Oct 3, 2017
1 parent 8bf5051 commit c301d74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 94 deletions.
2 changes: 1 addition & 1 deletion proj4/src/main/java/org/osgeo/proj4j/Registry.java
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private synchronized void initialize() {
register( "bonne", BonneProjection.class, "Bonne (Werner lat_1=90)" );
register( "cass", CassiniProjection.class, "Cassini" );
register( "cc", CentralCylindricalProjection.class, "Central Cylindrical" );
register( "cea", EqualAreaCylindricalProjection.class, "Equal Area Cylindrical" );
register( "cea", CylindricalEqualAreaProjection.class, "Equal Area Cylindrical" );
// register( "chamb", Projection.class, "Chamberlin Trimetric" );
register( "collg", CollignonProjection.class, "Collignon" );
register( "crast", CrasterProjection.class, "Craster Parabolic (Putnins P4)" );
Expand Down

This file was deleted.

0 comments on commit c301d74

Please sign in to comment.