diff --git a/Locator_TCAPI/css/locationsco.css b/Locator_TCAPI/css/locationsco.css
index 3bb5541..6637ea4 100644
--- a/Locator_TCAPI/css/locationsco.css
+++ b/Locator_TCAPI/css/locationsco.css
@@ -1,5 +1,5 @@
- @import url(http://fonts.googleapis.com/css?family=Changa+One);
+ @import url(https://fonts.googleapis.com/css?family=Changa+One);
.clear {clear:both;}
html { height: 100% }
diff --git a/Locator_TCAPI/index.html b/Locator_TCAPI/index.html
index 2c1e3b1..da53c65 100644
--- a/Locator_TCAPI/index.html
+++ b/Locator_TCAPI/index.html
@@ -11,7 +11,7 @@
-
+
diff --git a/Locator_TCAPI/locations.js b/Locator_TCAPI/locations.js
index 2bfcd1b..6f75240 100644
--- a/Locator_TCAPI/locations.js
+++ b/Locator_TCAPI/locations.js
@@ -7,7 +7,7 @@ var COURSE_DESC = "An exploration of museums in the greater Nashville TN area.";
var config = {
CurrentLocationTitle : "My Current Location",
- CurrentLocationIcon : "http://maps.gstatic.com/mapfiles/ms2/micons/blue-dot.png",
+ CurrentLocationIcon : "https://maps.gstatic.com/mapfiles/ms2/micons/blue-dot.png",
Placemarks : [
{
name : "Parthenon",
diff --git a/Locator_TCAPI/test_locations.js b/Locator_TCAPI/test_locations.js
index 6f5dfc5..3100b94 100644
--- a/Locator_TCAPI/test_locations.js
+++ b/Locator_TCAPI/test_locations.js
@@ -6,7 +6,7 @@ var COURSE_DESC = "A sample course to display the usefulness of Tin Can and a lo
var config = {
CurrentLocationTitle : "My Current Location",
- CurrentLocationIcon : "http:////maps.gstatic.com/mapfiles/ms2/micons/blue-dot.png",
+ CurrentLocationIcon : "https:////maps.gstatic.com/mapfiles/ms2/micons/blue-dot.png",
Placemarks : [{
name : "Rustici Software",
icon : "img/notvisited.png",