Updates maptiler key (#2099)

This commit is contained in:
Cristine Guadelupe 2023-07-22 02:27:56 +02:00 committed by GitHub
parent 891b2d2fb1
commit 53ffb0f1f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,