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 a22042e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 95 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.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package geotrellis.raster.io.geotiff.writer

import geotrellis.proj4.{CRS, LatLng, WebMercator}
import geotrellis.proj4.{CRS, LatLng}
import geotrellis.raster._
import geotrellis.raster.io.geotiff._
import geotrellis.raster.io.geotiff.tags.TiffTags
Expand Down

0 comments on commit a22042e

Please sign in to comment.