Changeset 384

Show
Ignore:
Timestamp:
07/07/06 09:52:36
Author:
piv
Message:

changed default map type to hybrid

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • qPloneGoogleMaps/trunk/skins/qPloneGoogleMaps/maps_markers.py

    r383 r384  
    8282    var map = new GMap2(document.getElementById('%(node)s')); 
    8383    %(controls)s 
    84     map.setCenter(new GLatLng(%(lt)f, %(ln)f), %(zoom)s
     84    map.setCenter(new GLatLng(%(lt)f, %(ln)f), %(zoom)s, G_HYBRID_MAP
    8585    var opt = map.getInfoWindow(); 
    8686    opt.maxWidth = 400;