From dfa62d06210fd69de46316a874103a2db08f10ac Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Mon, 22 Jul 2013 21:54:37 -0700 Subject: [PATCH] Fix label width, position, changed to blue, removed frame. --- python/html_template.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python/html_template.py b/python/html_template.py index da0a2e0..49c7ca5 100644 --- a/python/html_template.py +++ b/python/html_template.py @@ -14,14 +14,14 @@ def html_template(my_position, json_file): @@ -95,7 +95,7 @@ def html_template(my_position, json_file): position: airplanes[airplane].center, icon: plane_icon, labelContent: identstr, - labelAnchor: new google.maps.Point(64, 0), + labelAnchor: new google.maps.Point(35, -32), labelClass: "labels", labelStyle: {opacity: 0.75} };