/[drupal]/contributions/modules/gmap/js/gmap_shapes.js
ViewVC logotype

Diff of /contributions/modules/gmap/js/gmap_shapes.js

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

revision 1.5, Wed Feb 11 20:21:41 2009 UTC revision 1.6, Mon Apr 6 20:21:49 2009 UTC
# Line 1  Line 1 
1  /* $Id: gmap_shapes.js,v 1.4 2008/12/19 19:09:09 bdragon Exp $ */  /* $Id: gmap_shapes.js,v 1.5 2009/02/11 20:21:41 bdragon Exp $ */
2    
3  /**  /**
4   * @file   * @file
# Line 89  Drupal.gmap.addHandler('gmap', function Line 89  Drupal.gmap.addHandler('gmap', function
89        case 'line':        case 'line':
90          shape.shape = new Pl(cargs);          shape.shape = new Pl(cargs);
91          break;          break;
92          case 'encoded_line':
93            shape.shape = GPolyline.fromEncoded(shape);
94            break;
95          case 'encoded_polygon':
96            shape.shape = GPolygon.fromEncoded(shape);
97            break;
98      }      }
99    });    });
100    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2