Skip to content

Commit

Permalink
Fix street style
Browse files Browse the repository at this point in the history
  • Loading branch information
cristineguadelupe committed Aug 19, 2023
1 parent f254609 commit dc3dfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/maplibre/styles.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4156,7 +4156,7 @@ defmodule MapLibre.Styles do
},
"openmaptiles" => %{
"type" => "vector",
"url" => "https://api.maptiler.com/tiles/v3/tiles.json?"
"url" => "https://api.maptiler.com/tiles/v3/tiles.json?key=#{maptiler_key}"
}
},
"sprite" => "https://api.maptiler.com/maps/streets/sprite",
Expand Down

0 comments on commit dc3dfbb

Please sign in to comment.