#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

@ -107,7 +107,7 @@
:cljsbuild{:builds
{:app
{:source-paths ["src/cljs" "src/cljc" "env/dev/cljs"]
:figwheel {:on-jsload "geocsv.core/mount-components"}
:figwheel {:on-jsload "geocsv.client.core/mount-components"}
:compiler
{:output-dir "target/cljsbuild/public/js/out"
:closure-defines {"re_frame.trace.trace_enabled_QMARK_" true}