Skip to content

Commit

Permalink
Prep for epsg:900913 support.
Browse files Browse the repository at this point in the history
The warnings about axis order for EPSG:900913 and EPSG:4326 with this additional dependency are annoying.  When the underlying GeoTools issue is addressed, this should be uncommented (see #29).
  • Loading branch information
tschaub committed Sep 17, 2012
1 parent 11dd64c commit af99a31
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@
<artifactId>gt-epsg-hsql</artifactId>
<version>${gt.version}</version>
</dependency>
<!--
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-extension</artifactId>
<version>${gt.version}</version>
</dependency>
-->
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-render</artifactId>
Expand Down

0 comments on commit af99a31

Please sign in to comment.