Template:Fragoria Map
From FragoriaWiki
(Difference between revisions)
Line 42: | Line 42: | ||
// bounds of the desired area | // bounds of the desired area | ||
var allowedBounds = new google.maps.LatLngBounds( | var allowedBounds = new google.maps.LatLngBounds( | ||
- | new google.maps.LatLng(-80, | + | new google.maps.LatLng(-80, 80), |
- | new google.maps.LatLng(80, - | + | new google.maps.LatLng(80, -80) |
); | ); | ||
var boundLimits = { | var boundLimits = { | ||
Line 104: | Line 104: | ||
}; | }; | ||
} | } | ||
- | + | ||
</script> | </script> | ||
Revision as of 22:12, 3 April 2015