Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wp/wp-content/themes/lgm2018/js/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

var map = L.map('map', {
scrollWheelZoom: false,
}).setView([37.3754338,-5.9900776], 12);
}).setView([37.4064714,-5.9892440], 15);

L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', {
attribution: '&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
Expand Down
1 change: 1 addition & 0 deletions wp/wp-content/themes/lgm2018/page-2018-edition.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
</main><!-- #main -->
<div class="region-preface">
<div id="map"></div>
<p><a href="http://www.openstreetmap.org/?mlat=37.3976&mlon=-5.9877#map=15/37.3976/-5.9877&layers=N">See on OpenStreetMap</a></p>
</div>
</div><!-- #primary -->
</div><!-- .wrap -->
Expand Down
2 changes: 1 addition & 1 deletion wp/wp-content/themes/lgm2018/sass/blocks/_map.sass
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#map
width: 100%
height: 360px
height: 520px
font-family: $font_text

#map .leaflet-tile,
Expand Down