Cambiando mapa por OpenStreetMap

This commit is contained in:
alay 2017-10-10 23:59:00 +02:00
parent ce3fdac6e1
commit 3ffecc3949
8 changed files with 50 additions and 34 deletions

View file

@ -43,6 +43,15 @@
<meta name="theme-color" content="#2b5797">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.2.0/dist/leaflet.css"
integrity="sha512-M2wvCLH6DSRazYeZRIm1JnYyh22purTM+FDB5CsyxtQJYeKq83arPe5wgbNmcFXGqiSH2XR8dT/fJISVA1r/zQ=="
crossorigin=""/>
<!-- Make sure you put this AFTER Leaflet's CSS -->
<script src="https://unpkg.com/leaflet@1.2.0/dist/leaflet.js"
integrity="sha512-lInM/apFSqyy1o6s89K4iQUKg6ppXEgsVxT35HbzUupEVRh2Eu9Wdl4tHj7dZO0s1uvplcYGmt3498TtHq+log=="
crossorigin=""></script>
<link href="{{ "/css/main.css" | prepend: site.baseurl }}" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->

View file

@ -1,6 +1,6 @@
<!-- Begin Location Section -->
<section id="location-map" class="location-map">
<div id="canvas-map" class="canvas-map"></div>
<section id="location-map" class="location-map" style="background-image: url({{ site.baseurl }}/img/sections-background/{{ site.locationBlockImage }});background-repeat: no-repeat;background-size: cover;">
<div id="canvas-map-osm" class="canvas-map-osm"></div>
<div class="content-wrapper">
<div class="col-lg-3 col-md-4 col-sm-6 col-md-offset-1 animated hiding location-description text-left" data-animation="fadeInLeft" data-delay="0">
<div class="row">
@ -18,11 +18,6 @@
</li>
</ul>
</div>
<a href="{{ site.baseurl | append: '/logistics/#find-way' }}" class="pull-right">
<svg class="icon icon-direction" viewBox="0 0 32 32">
<use xlink:href="{{ site.baseurl }}/img/sprites/sprites.svg#icon-direction"></use>
</svg>
</a>
</div>
</div>
</div>