Cloverage/ Kibit now working again
There was an - unterminated function in svg.clj, now removed.
This commit is contained in:
parent
c7469051f4
commit
e07dc7098c
21 changed files with 2446 additions and 1347 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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]]
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue