Can't do file-seq inside a jar.
Workaround: preload all the pin image names.
This commit is contained in:
parent
d7c31f913f
commit
4516980981
|
@ -28,6 +28,14 @@
|
|||
|
||||
(def default-db
|
||||
{:page :home
|
||||
:available-pin-images #{"Planning authority" "unknown"} ;; need to be fetched from server side
|
||||
:available-pin-images #{"Planning-authority"
|
||||
"Landowner"
|
||||
"Unknown"
|
||||
"Anchor-customer"
|
||||
"Investor"
|
||||
"Broadband-supplier"
|
||||
"Operator"
|
||||
"Other-key-customers"
|
||||
"Power-supplier"} ;; need to be fetched from server side
|
||||
:map {:map-centre [56 -4]
|
||||
:map-zoom 6}})
|
||||
|
|
Loading…
Reference in a new issue