Skip to content

Commit

Permalink
Put edges into a clj vector
Browse files Browse the repository at this point in the history
  • Loading branch information
willcohen committed Jul 3, 2018
1 parent 87462d6 commit 5c0db47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geo/h3.clj
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
(defn edges
"Get all edges originating from an index."
[cell]
(.getH3UnidirectionalEdgesFromHexagon h3-inst cell))
(into [] (.getH3UnidirectionalEdgesFromHexagon h3-inst cell)))

(defn edge-boundary
"Get coordinates representing the edge."
Expand Down

0 comments on commit 5c0db47

Please sign in to comment.