Cloverage/ Kibit now working again

There was an - unterminated function in svg.clj, now removed.
This commit is contained in:
Simon Brooke 2020-05-31 11:44:09 +01:00
parent c7469051f4
commit e07dc7098c
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
21 changed files with 2446 additions and 1347 deletions

View file

@ -1,4 +1,4 @@
(ns walkmap.core
(ns walkmap.routing
"Finding optimal routes to traverse a map."
(:require [walkmap.path :as p]
[walkmap.polygon :as q]

View file

@ -6,6 +6,7 @@
[org.clojars.smee.binary.core :as b]
[taoensso.timbre :as l]
[walkmap.edge :as e]
[walkmap.ocean :as o]
[walkmap.polygon :refer [centre gradient polygon?]]
[walkmap.superstructure :refer [store]]
[walkmap.tag :refer [tag]]

View file

@ -108,9 +108,3 @@
:hiccup (spit out-filename (html s))
(throw (Exception. "Unexpected renderer value: " *preferred-svg-render*)))
s)))
(defn read-svg
([file-name]
(read-svg file-name nil))
([file-name map-kind]

View file

@ -6,8 +6,7 @@
(:require [clojure.math.numeric-tower :as m]
[clojure.string :as s]
[taoensso.timbre :as l]
[walkmap.geometry :refer [=ish]]
[walkmap.utils :refer [kind-type truncate]]))
[walkmap.utils :refer [=ish kind-type truncate]]))
(defn vertex-key
"Making sure we get the same key everytime we key a vertex with the same