ScratchPad
Mix.install([
{:kino_maplibre, "~> 0.1.2"}
])
Overview
IO.puts("HELLO WORLD") |> dbg()
System.version() |> IO.puts()
x = 1
MapLibre.new()
Section 1
graph TD;
A-->B;
A-->X;
B-->D;
C-->D;
Mix.install([
{:kino_maplibre, "~> 0.1.2"}
])
IO.puts("HELLO WORLD") |> dbg()
System.version() |> IO.puts()
x = 1
MapLibre.new()
graph TD;
A-->B;
A-->X;
B-->D;
C-->D;