Works in filesystem and from jar. Updated docs to recognise that the scale-and-zoom issue is fixed.
This commit is contained in:
Simon Brooke 2020-01-29 20:28:12 +00:00
parent 5ded76199f
commit f8c05e5668
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
5 changed files with 11 additions and 18 deletions

View file

@ -1,5 +1,5 @@
(ns geocsv.app
(:require [geocsv.core :as core]))
(:require [geocsv.client.core :as core]))
;;ignore println statements in prod
(set! *print-fn* (fn [& _]))