#6: Automatic pan and zoom on loading data now works

Additionally, all client namespaces have been renamed to geocsv.client.xxx to avoid confusion with server side namespaces.
This commit is contained in:
Simon Brooke 2020-01-29 19:05:34 +00:00
parent 4516980981
commit ce7b204a19
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
8 changed files with 66 additions and 28 deletions

View file

@ -1,6 +1,6 @@
(ns^:figwheel-no-load geocsv.app
(:require
[geocsv.core :as core]
[geocsv.client.core :as core]
[cljs.spec.alpha :as s]
[expound.alpha :as expound]
[devtools.core :as devtools]))