mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-24 23:09:23 +08:00
Updates maptiler key (#2099)
This commit is contained in:
parent
891b2d2fb1
commit
53ffb0f1f5
1 changed files with 2 additions and 2 deletions
|
@ -243,7 +243,7 @@ In the following map, we update the `paint` property of the `building` layer so
|
|||
Ml.new(
|
||||
center: {-90.73414, 14.55524},
|
||||
zoom: 13,
|
||||
style: "https://api.maptiler.com/maps/basic/style.json?key=get_your_own_OpIi9ZULNHzrESv6T2vL"
|
||||
style: "https://api.maptiler.com/maps/basic/style.json?key=Q4UbchekCfyvXvZcWRoU"
|
||||
)
|
||||
|> Ml.update_layer("building",
|
||||
paint: [
|
||||
|
@ -311,7 +311,7 @@ You can also create heatmaps with Maplibre:
|
|||
Ml.new(
|
||||
center: {-120, 50},
|
||||
zoom: 2,
|
||||
style: "https://api.maptiler.com/maps/basic/style.json?key=get_your_own_OpIi9ZULNHzrESv6T2vL"
|
||||
style: "https://api.maptiler.com/maps/basic/style.json?key=Q4UbchekCfyvXvZcWRoU"
|
||||
)
|
||||
|> Ml.add_source("earthquakes",
|
||||
type: :geojson,
|
||||
|
|
Loading…
Reference in a new issue