$Id: README.txt,v 1.3 2008-09-30 21:19:08 bdragon Exp $ This will let you use PLT tracks. --- macro extensions --- track - Draws a line based on the points in the .plt file. [gmap |track=red/5/0.7:track.plt] @@@ The part before the : is currently not working. --- gmap_tracks extensions --- // Other parts of $map left out for clarity. array(), ); $map['tracks'][] = array( // Style (currently broken.) // @@@ Originally was keyed? Original doc refers to "'type', 'color', etc... same as the shape line." 'style' => array(), // .PLT file to load. Filename is relative to the drupal base url. 'filename' => 'files/testing.plt', ); ?>