You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/livebook/notebook/learn/intro_to_maplibre.livemd
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@ Mix.install([
11
11
12
12
To work with maps in Livebook we need two libraries:
13
13
14
-
* The [`maplibre`](https://github.com/cristineguadelupe/maplibre)
14
+
* The [`maplibre`](https://github.com/livebook-dev/maplibre)
15
15
package allows us to define our map style specifications
16
16
17
-
* The [`kino_maplibre`](https://github.com/cristineguadelupe/Kino_maplibre) package instructs Livebook how to render our specifications and also provides some initial support for [MapLibre Evented API](https://maplibre.org/maplibre-gl-js-docs/api/events/#evented)
17
+
* The [`kino_maplibre`](https://github.com/livebook-dev/kino_maplibre) package instructs Livebook how to render our specifications and also provides some initial support for [MapLibre Evented API](https://maplibre.org/maplibre-gl-js-docs/api/events/#evented)
18
18
19
19
We will make extensive use of MapLibre's functions, so it's handy to alias the module to something shorter.
0 commit comments