package leaflet
Bindings for the Leaflet JavaScript library
Install
Dune Dependency
Authors
Maintainers
Sources
0.2.tar.gz
md5=d386b6700d5a282bc60290d85fe2491b
sha512=19125c0e180603b15357b9a631d6377c6f07ba34e5936e4a5a2a713f461edb7bdaeb22f816a6e49fdfb9b61e5c8b2e25843e0ce97debdc1a400cc32628c243fd
Description
leaflet is an OCaml bindings library for the Leaflet JavaScript library.
README
leaflet
leaflet
is an OCaml bindings library for the Leaflet JavaScript library (v1.9.4).
Installation
leaflet
can be installed with opam:
opam install leaflet
If you don't have opam
, you can install it following the how to install opam guide.
If you can't or don't want to use opam
, consult the opam file for build instructions.
Usage
The library use dune-site
to install leaflet's files (CSS and images).
Have a look at the example folder. It use tiny_httpd to provide a simple web page with a map that use OpenStreetMap tiles:
dune build @install
dune exec example/server.exe
About
This library started off from the code of a NGI0 funded project
Dependencies (5)
- dune-site
- js_of_ocaml
- brr
-
ocaml
>= "4.08"
-
dune
>= "2.9"
Dev Dependencies (2)
-
odoc
with-doc
-
tiny_httpd
with-test
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page