change db: merge subject+latlng in thread_info; add catalog; fix get_markers hidding errors

This commit is contained in:
Swrup 2022-02-21 00:19:35 +01:00
parent 419aaa7955
commit 258175565e
9 changed files with 138 additions and 91 deletions

View file

@ -21,6 +21,14 @@
(preprocess
(pps js_of_ocaml-ppx)))
(executable
(name js_catalog)
(modules js_catalog)
(libraries js_of_ocaml brr js_pretty_post)
(modes js)
(preprocess
(pps js_of_ocaml-ppx)))
(executable
(name js_babillard)
(modules js_babillard)