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 b2330cb8a1
commit a54f614e05
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)

1
src/js/js_catalog.ml Normal file
View file

@ -0,0 +1 @@
include Js_pretty_post