Skip to content
Snippets Groups Projects
Commit 9c9280d4 authored by webgeer's avatar webgeer
Browse files

*** empty log message ***

parent fde3385e
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,4 @@ v\:* {
padding: 2px;
margin: 0;
border: solid black 1px;
}
......@@ -184,7 +184,7 @@ function gmap_draw_map($gmap, $javascript='') {
$line = fgets($trackFH, 4096);
$line_exploded = explode(",", $line);
if(count($line_exploded) == 7) {
$tt['points'][]= trim($line_exploded[0]).', '.trim($line_exploded[1]);
$tt['points'][]= trim($line_exploded[0]).','.trim($line_exploded[1]);
}
}
fclose($trackFH);
......@@ -655,7 +655,7 @@ function _gmap_doheader(){
drupal_add_js(drupal_get_path('module','gmap'). '/gmap.js');
$js = '<script src="http://maps.google.com/maps?file=api&v=2&key='.variable_get('googlemap_api_key', '').'" type="text/javascript"></script>';
drupal_set_html_head($js);
if (variable_get('gmap_xmaps',0)) {
if (GMAP_XMAPS) {
drupal_add_js(variable_get('gmap_xmaps_script','misc/xmaps.1c.js'));
}
if (GMAP_CLUSTER){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment