mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 14:01:29 +02:00
Pequeños ajustes y limpieza
This commit is contained in:
parent
c29c199642
commit
76f9802aa4
4 changed files with 6 additions and 7 deletions
|
@ -271,14 +271,14 @@
|
|||
var mapOptions ={
|
||||
zoomControl: false,
|
||||
scrollWheelZoom: false,
|
||||
zoom: 18,
|
||||
minZoom: 18,
|
||||
zoom: 17,
|
||||
minZoom: 17,
|
||||
maxZoom: 18,
|
||||
dragging: false
|
||||
}
|
||||
|
||||
if ($(window).width() < 768) {
|
||||
mapOptions.center = [40.41172,-3.69406];
|
||||
mapOptions.center = [40.41282,-3.69406];
|
||||
}else{
|
||||
mapOptions.center = [40.41063,-3.69366];
|
||||
};
|
||||
|
|
2
js/scripts.min.js
vendored
2
js/scripts.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue