0

added minzoom config.js setting

This commit is contained in:
Alex Headley
2011-04-22 11:19:02 -04:00
parent eea97d1b1c
commit fa49aff4b0
3 changed files with 4 additions and 1 deletions

View File

@@ -659,7 +659,7 @@ for (idx in mapTypeData) {
getTileUrl: getTileUrlGenerator(view.path, view.base, imgformat),
tileSize: new google.maps.Size(config.tileSize, config.tileSize),
maxZoom: config.maxZoom,
minZoom: 0,
minZoom: config.minZoom,
isPng: !(imgformat.match(/^png$/i) == null)
};