| 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 |
} |
} |