0

Merge branch 'master' into smooth-lighting

This commit is contained in:
Aaron Griffith
2011-10-28 13:07:01 -04:00
12 changed files with 140 additions and 45 deletions

View File

@@ -266,6 +266,9 @@ var overviewer = {
google.maps.event.addListener(overviewer.map, 'zoom_changed', function() {
overviewer.util.updateHash();
});
google.maps.event.addListener(overviewer.map, 'dblclick', function() {
overviewer.util.updateHash();
});
// Make the link again whenever the map changes
google.maps.event.addListener(overviewer.map, 'maptypeid_changed', function() {