/[drupal]/contributions/modules/gmapez/gmapez-2.5-improved.js
ViewVC logotype

Diff of /contributions/modules/gmapez/gmapez-2.5-improved.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Tue Jun 9 18:36:45 2009 UTC revision 1.2, Wed Jul 8 09:20:37 2009 UTC
# Line 590  Line 590 
590        matchtype = /\Wt=(.)/.exec( node.href );        matchtype = /\Wt=(.)/.exec( node.href );
591        if( matchtype ) {        if( matchtype ) {
592          switch( matchtype[1] ) {          switch( matchtype[1] ) {
593          case 'k': marker.mapType = G_SATELLITE_TYPE; break;          case 'k': marker.mapType = G_SATELLITE_MAP; break;
594          case 'h': marker.mapType = G_HYBRID_TYPE; break;          case 'h': marker.mapType = G_HYBRID_MAP; break;
595            // XXX need a GMapType letter for use by ZOOM links            // XXX need a GMapType letter for use by ZOOM links
596          }          }
597        }        }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2