fixed #10624: map template problem with floats

This commit is contained in:
Doug Bell 2009-08-19 22:36:55 +00:00
parent 2621f92471
commit 739541a06a
3 changed files with 2 additions and 0 deletions

View file

@ -136,6 +136,7 @@ WebGUI.Map.editPointSave
WebGUI.Map.focusOn
= function ( assetId ) {
var marker = WebGUI.Map.markers[assetId];
if ( !marker ) return;
var map = marker.map;
var infoWin = marker.infoWin;
if ( map.getZoom() < 5 ) {