Changeset 88


Ignore:
Timestamp:
08/14/06 00:39:32 (6 years ago)
Author:
takanori
Message:

検索結果がある場合はズームするように変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ATGoogleMaps/trunk/skins/googlemaps/latlng_map.dtml

    r79 r88  
    3232function onLocalSearch() { 
    3333    if(gLocalSearch.results.length > 0){ 
    34         map.setCenter(new GLatLng(gLocalSearch.results[0].lat,gLocalSearch.results[0].lng)); 
     34        map.setCenter(new GLatLng(gLocalSearch.results[0].lat,gLocalSearch.results[0].lng), 14); 
    3535    } 
    3636    else{ 
Note: See TracChangeset for help on using the changeset viewer.