We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6341a commit 65ed6cdCopy full SHA for 65ed6cd
README.rst
@@ -1,5 +1,6 @@
1
geo.clj
2
=======
3
+
4
Geo.clj is a clojure library for working with Geospatial data. Its
5
based on GeoTools and JTS. If you are looking for other GeoTools
6
based scripting libraries please see the Geoscript project.
project.clj
@@ -10,10 +10,10 @@
10
[org.geotools/gt-referencing "2.7-beta1"]
11
[org.geotools.jdbc/gt-jdbc-postgis "2.7-beta1"]
12
[org.geotools.jdbc/gt-jdbc-h2 "2.7-beta1"]
13
+ [org.geotools/gt-geojson "2.7-beta1"]
14
[org.geotools/gt-charts "2.7-beta1"]
15
[org.geotools/gt-render "2.7-beta1"]
16
[org.geotools/gt-shapefile "2.7-beta1"]
17
[org.geotools/gt-swing "2.7-beta1"]]
18
:main geo.core
- :jvm-opts ["-Xmx1024m"]
19
- :dev-dependencies [[swank-clojure "1.2.0"]])
+ :jvm-opts ["-Xmx1024m"])
0 commit comments