(* TODO better icon / make it rotate on direction *)
letsize=Point.{x=30;y=30}in
letanchor=Point.{x=size.x/2;y=size.y}in
leticon=Icon.create_div~html:(Some"🐪")
~bg_pos:None[Icon_sizesize;Icon_anchoranchor;Class_name"marker"(* TODO have a css class for my-marker and others-marker; with different colors for each camel *)]in