Hello I’m going through the book but having some trouble with the project in Chapter 6. I followed the code examples, which appear to match, but when actually running the cheese-thief-map-program I don’t get the clojure logo but instead a discombobulated arrangement of lines.
Anyone run into issues with that project?
Found the issue: A function was defined early in the chapter that swapped the position of :lat and :lng.
Later in the chapter it corrected the order. The digital version has it corrected everywhere too.