Using mapbox from their CDN
This commit is contained in:
parent
d884435809
commit
490d9eaf7a
40 changed files with 45 additions and 846 deletions
|
@ -21,6 +21,5 @@
|
|||
@section('scripts')
|
||||
<link rel="stylesheet" href="/assets/highlight/zenburn.css">
|
||||
<script defer src="/assets/js/links.js"></script>
|
||||
<link rel="stylesheet" href="/assets/frontend/mapbox-gl.css">
|
||||
<script defer src="/assets/js/maps.js"></script>
|
||||
@include('templates.mapbox-links')
|
||||
@stop
|
||||
|
|
|
@ -47,6 +47,5 @@
|
|||
@section('scripts')
|
||||
<link rel="stylesheet" href="/assets/highlight/zenburn.css">
|
||||
<script defer src="/assets/js/links.js"></script>
|
||||
<link rel="stylesheet" href="/assets/frontend/mapbox-gl.css">
|
||||
<script defer src="/assets/js/maps.js"></script>
|
||||
@include('templates.mapbox-links')
|
||||
@stop
|
||||
|
|
|
@ -15,6 +15,5 @@
|
|||
@section('scripts')
|
||||
@include('templates.mapbox-links')
|
||||
<script src="/assets/js/links.js"></script>
|
||||
<script src="/assets/js/maps.js"></script>
|
||||
<link rel="stylesheet" href="/assets/highlight/zenburn.css">
|
||||
@stop
|
||||
|
|
|
@ -13,6 +13,4 @@
|
|||
|
||||
@section('scripts')
|
||||
@include('templates.mapbox-links')
|
||||
|
||||
<script src="/assets/js/maps.js"></script>
|
||||
@stop
|
||||
|
|
|
@ -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