fix geojson, classic trolling with order of coordinates

This commit is contained in:
Swrup 2021-12-16 10:00:01 +01:00
parent a7ab7213f2
commit 3defcfde96

View file

@ -281,8 +281,9 @@ let marker_to_geojson marker =
}
|}
(*TODO escape in content ?? *)
(Float.to_string lat)
(Float.to_string lng) (String.escaped content)
(* geojson use lng lat, and not lat lng*)
(Float.to_string lng)
(Float.to_string lat) (String.escaped content)
let view_user_plant_list nick =
let plant_id_list =