Using mapbox from their CDN
This commit is contained in:
parent
d884435809
commit
490d9eaf7a
40 changed files with 45 additions and 846 deletions
|
@ -1,2 +1,13 @@
|
|||
<link rel="stylesheet" href="https://api.mapbox.com/mapbox-gl-js/v0.29.0/mapbox-gl.css">
|
||||
<script src="https://api.mapbox.com/mapbox-gl-js/v0.29.0/mapbox-gl.js" ></script>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://api.tiles.mapbox.com/mapbox-gl-js/v0.54.0/mapbox-gl.css"
|
||||
integrity="sha384-PYw71wfjazx+zrtu+VUANG9IUt/6zSXgC5ZXC+u0BIIND+7Whnehc/w3uYV+HxDY"
|
||||
crossorigin="anonymous"
|
||||
>
|
||||
<script
|
||||
src="https://api.tiles.mapbox.com/mapbox-gl-js/v0.54.0/mapbox-gl.js"
|
||||
integrity="sha384-1Iccp/Bs+CQID7AAwqG8UY72KSTYd2t9KFa5gY/4QPW1W6EfLHisdFg4Xvc8HwMa"
|
||||
crossorigin="anonymous"
|
||||
defer
|
||||
></script>
|
||||
<script defer src="/assets/js/maps.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue