Compare commits

..

44 commits

Author SHA1 Message Date
db37034a70 migrate to forge.kumikode.org 2026-03-19 21:49:00 +01:00
e16618f49e version 0.2 2026-03-19 21:49:00 +01:00
25be80020b don't generate opam file with dune 2026-03-19 21:49:00 +01:00
0756aef64b better readme; rm empty test/ 2026-03-19 21:49:00 +01:00
7ab765a333 basic example with tiny_httpd 2026-03-19 21:49:00 +01:00
107c27db95 ocamlformat 2026-03-19 21:49:00 +01:00
00dc9e6851 Map.on: make handler type be (.. -> unit) 2026-03-19 21:49:00 +01:00
ca369c219e use dune-site 2026-03-19 21:49:00 +01:00
8ade976f6c update leaflet.js 2026-03-19 21:49:00 +01:00
ce61a7a77a create_geojson need a json object 2026-03-19 21:49:00 +01:00
7fd1ca44e4 ocamlformat 2026-03-19 21:49:00 +01:00
f0a168c8e9 close_popup: rm label 2026-03-19 21:49:00 +01:00
a44f13085d add cirecle marker 2026-03-19 21:49:00 +01:00
16e5fe0b2e list -> array 2026-03-19 21:49:00 +01:00
3d19bc3f40 add polyline layer 2026-03-19 21:49:00 +01:00
076e3dd279 add more options to tile_layer 2026-03-19 21:49:00 +01:00
71cdf5f97c cleanup Marker 2026-03-19 21:49:00 +01:00
bbe481c064 add tile_layer_opt; untested 2026-03-19 21:49:00 +01:00
b2c78c1e5d add Icon.set_default_image_path 2026-03-19 21:49:00 +01:00
a8266ae615 move marker to separate module 2026-03-19 21:49:00 +01:00
1118889253 -> Latlng.create ~lat ~lng 2026-03-19 21:49:00 +01:00
b9c6864ef1 small popup change 2026-03-19 21:49:00 +01:00
1e581ef172 update ocamlformat 2026-03-19 21:49:00 +01:00
fd38f85f72 fix doc 2026-03-19 21:49:00 +01:00
0c36e1336d more marker function 2026-03-19 21:49:00 +01:00
ce8dcba87a add Icon.create_div 2026-03-19 21:49:00 +01:00
7effdcc577 better popups 2026-03-19 21:49:00 +01:00
23ea827e40 better Layer.bind_popup and add Map.open/close_popup 2026-03-19 21:49:00 +01:00
2affa8b5fa fix Point_to_layer 2026-03-19 21:49:00 +01:00
ede9b2076d add popup options 2026-03-19 21:49:00 +01:00
a438e54f42 add geojson options 2026-03-19 21:49:00 +01:00
fbcb87f0d8 add marker options 2026-03-19 21:49:00 +01:00
c3766414c3 add icon 2026-03-19 21:49:00 +01:00
5fecae013c add of_jv, on, ?options for bind_popup 2026-03-19 21:49:00 +01:00
10aaf21209 add js_of_ocaml to package dependency 2026-03-19 21:49:00 +01:00
83527f5cae change map creation 2026-03-19 21:49:00 +01:00
06c614d2c5 add usage to readme 2026-03-19 21:49:00 +01:00
38c0d5ef53 add documentation, remove Map.as_target 2026-03-19 21:49:00 +01:00
68ee03bead make Map.create take Brr.El 2026-03-19 21:49:00 +01:00
0370fb97a2 add example 2026-03-19 21:49:00 +01:00
f0435c549b add point 2026-03-19 21:49:00 +01:00
d6195f00e9 license 2026-03-19 21:48:58 +01:00
dbfbaeda60 use gadts for layer, clean code 2022-04-09 22:27:06 +02:00
2a760bc98d use gadts for event, clean repo 2022-04-09 14:01:58 +02:00
3 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
version=0.27.0 version=0.28.1
assignment-operator=end-line assignment-operator=end-line
break-cases=fit break-cases=fit
break-fun-decl=wrap break-fun-decl=wrap

View file

@ -1,4 +1,4 @@
Copyright 2022 pukkamustard <pukkamustard@posteo.net>, swrup <swrup@protonmail.com>, zapashcanon Copyright 2022 pukkamustard <pukkamustard@posteo.net>, swrup <swrup@protonmail.com>, pena <pena@kumikode.org>
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

View file

@ -8,12 +8,12 @@ maintainer: ["swrup <swrup@protonmail.com>"]
authors: [ authors: [
"pukkamustard <pukkamustard@posteo.net>" "pukkamustard <pukkamustard@posteo.net>"
"swrup <swrup@protonmail.com>" "swrup <swrup@protonmail.com>"
"Léo Andrès <contact@ndrs.fr>" "pena <pena@kumikode.org>"
] ]
license: "BSD-2-Clause" license: "BSD-2-Clause"
tags: ["leaflet" "javascript" "bindings" "interactive" "map" "openstreetmap"] tags: ["leaflet" "javascript" "bindings" "interactive" "map" "openstreetmap"]
homepage: "https://git.zapashcanon.fr/swrup/leaflet" homepage: "https://forge.kumikode.org/kumikode/leaflet"
bug-reports: "https://git.zapashcanon.fr/swrup/leaflet/issues" bug-reports: "https://forge.kumikode.org/kumikode/leaflet/issues"
depends: [ depends: [
"dune" {>= "2.9"} "dune" {>= "2.9"}
"ocaml" {>= "4.08"} "ocaml" {>= "4.08"}
@ -39,4 +39,4 @@ build: [
] ]
["dune" "install" "-p" name "--create-install-files" name] ["dune" "install" "-p" name "--create-install-files" name]
] ]
dev-repo: "git+https://git.zapashcanon.fr/swrup/leaflet.git" dev-repo: "git+https://forge.kumikode.org/kumikode/leaflet.git"