Skip to content

Commit 65ed6cd

Browse files
committed
Added the geotools geojson module to the project file.
1 parent 5a6341a commit 65ed6cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
geo.clj
22
=======
3+
34
Geo.clj is a clojure library for working with Geospatial data. Its
45
based on GeoTools and JTS. If you are looking for other GeoTools
56
based scripting libraries please see the Geoscript project.

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
[org.geotools/gt-referencing "2.7-beta1"]
1111
[org.geotools.jdbc/gt-jdbc-postgis "2.7-beta1"]
1212
[org.geotools.jdbc/gt-jdbc-h2 "2.7-beta1"]
13+
[org.geotools/gt-geojson "2.7-beta1"]
1314
[org.geotools/gt-charts "2.7-beta1"]
1415
[org.geotools/gt-render "2.7-beta1"]
1516
[org.geotools/gt-shapefile "2.7-beta1"]
1617
[org.geotools/gt-swing "2.7-beta1"]]
1718
:main geo.core
18-
:jvm-opts ["-Xmx1024m"]
19-
:dev-dependencies [[swank-clojure "1.2.0"]])
19+
:jvm-opts ["-Xmx1024m"])

0 commit comments

Comments
 (0)