From 1310f4fa3beb91c132c11edbc73265de45512dfd Mon Sep 17 00:00:00 2001 From: gautamc1106 Date: Mon, 26 Sep 2016 08:05:14 +0000 Subject: [PATCH 01/38] First Version --- index | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 index diff --git a/index b/index new file mode 100644 index 0000000..ccd1173 --- /dev/null +++ b/index @@ -0,0 +1,11 @@ + + + + Mashup + + + + + + From eede897c8be6c790a2c0bdd4d1f2ff1b82f2ae60 Mon Sep 17 00:00:00 2001 From: gautamc1106 Date: Mon, 26 Sep 2016 08:07:25 +0000 Subject: [PATCH 02/38] First Version --- index | 11 ----------- index.html | 2 ++ 2 files changed, 2 insertions(+), 11 deletions(-) delete mode 100644 index diff --git a/index b/index deleted file mode 100644 index ccd1173..0000000 --- a/index +++ /dev/null @@ -1,11 +0,0 @@ - - - - Mashup - - - - - - diff --git a/index.html b/index.html index 6524157..92005b3 100644 --- a/index.html +++ b/index.html @@ -5,4 +5,6 @@ + From 0858fdd4955f5ca3f05482ff2b45062575a2648e Mon Sep 17 00:00:00 2001 From: Gautam Chheda Date: Mon, 26 Sep 2016 04:22:24 -0400 Subject: [PATCH 03/38] Update index.html --- index.html | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 92005b3..e1ddca7 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,25 @@ - + + + From 8ba80336b539e0a833bb51c9d459b95350971c91 Mon Sep 17 00:00:00 2001 From: Gautam Chheda Date: Mon, 26 Sep 2016 04:38:07 -0400 Subject: [PATCH 04/38] Update index.html --- index.html | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index e1ddca7..44e9854 100644 --- a/index.html +++ b/index.html @@ -5,25 +5,16 @@ - - + } + + From f5a2fab7ce8d35b6b54eb2ac46ad013d2af023e5 Mon Sep 17 00:00:00 2001 From: Gautam Chheda Date: Mon, 26 Sep 2016 13:19:06 -0400 Subject: [PATCH 05/38] Update index.html --- index.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 44e9854..27b3ac4 100644 --- a/index.html +++ b/index.html @@ -2,10 +2,22 @@ Mashup + + + - - - + From 1404ebe8594b5db64a22419c911133d878ed61fe Mon Sep 17 00:00:00 2001 From: Gautam Chheda Date: Mon, 26 Sep 2016 13:23:31 -0400 Subject: [PATCH 06/38] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 27b3ac4..275393e 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ var map; function initMap() { map = new google.maps.Map(document.getElementById('map'), { - center: {lat: -34.397, lng: 150.644}, + center: {lat: -34.397, lng: 170.644}, zoom: 8 }); } From 3f5cbc173c27a9d4450db2a203ff07d8cd45ea37 Mon Sep 17 00:00:00 2001 From: Gautam Chheda Date: Mon, 26 Sep 2016 13:26:07 -0400 Subject: [PATCH 07/38] Update index.html --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 275393e..f2261e0 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,8 @@ padding: 0; } #map { - height: 100%; + height: 200px; + width: 200px; } From c86d3cc6d187ce2b0edff7d91bfb955c7eaa8444 Mon Sep 17 00:00:00 2001 From: Gautam Chheda Date: Mon, 26 Sep 2016 13:34:55 -0400 Subject: [PATCH 08/38] Update index.html --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index f2261e0..14b6c3e 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,11 @@ +
+ Street:
+ City:
+ +
From 420c80a2b4938f0ddb0634da8f241ba7c043f5bc Mon Sep 17 00:00:00 2001 From: Gautam Chheda Date: Mon, 26 Sep 2016 14:20:22 -0400 Subject: [PATCH 16/38] Update index.html --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 3534b63..7b08545 100644 --- a/index.html +++ b/index.html @@ -59,6 +59,10 @@ } }); } +
+ + +
From 18fb6615f0581f02272e4a462538d33df7b39276 Mon Sep 17 00:00:00 2001 From: Gautam Chheda Date: Mon, 26 Sep 2016 14:26:15 -0400 Subject: [PATCH 17/38] Update index.html --- index.html | 48 +++++++++++++++++++++--------------------------- 1 file changed, 21 insertions(+), 27 deletions(-) diff --git a/index.html b/index.html index 7b08545..427d204 100644 --- a/index.html +++ b/index.html @@ -28,13 +28,11 @@ -
-
- Street:
- City:
- -
-
+
+ + +
+
From 4161c55e58a004ff2a58cbf12fb6b7255784f2be Mon Sep 17 00:00:00 2001 From: Gautam Chheda Date: Mon, 26 Sep 2016 14:31:17 -0400 Subject: [PATCH 18/38] Update index.html --- index.html | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 427d204..e2cfb48 100644 --- a/index.html +++ b/index.html @@ -18,19 +18,26 @@ margin-right: auto; } #form{ - height=100px; - width=100px; - margin-left: auto; - margin-right: auto; - color: white; - } + position: absolute; + top: 10px; + left: 25%; + z-index: 5; + background-color: #fff; + padding: 5px; + border: 1px solid #999; + text-align: center; + font-family: 'Roboto','sans-serif'; + line-height: 30px; + padding-left: 10px; + } +
- - + +
+ - From 43a4df118ab47531c6ccb3cf70248cb91b3828e9 Mon Sep 17 00:00:00 2001 From: Gautam Chheda Date: Mon, 26 Sep 2016 17:42:48 -0400 Subject: [PATCH 23/38] Update index.html --- index.html | 54 +++++++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 25 deletions(-) diff --git a/index.html b/index.html index 23679c3..731eb17 100644 --- a/index.html +++ b/index.html @@ -4,34 +4,38 @@ Geocoding service - +
- - + +
From b41c96b235bbcc7f20f9c8dd0b2c8c7f29259e69 Mon Sep 17 00:00:00 2001 From: Gautam Chheda Date: Mon, 26 Sep 2016 17:53:48 -0400 Subject: [PATCH 26/38] Update index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ba6975b..ac21481 100644 --- a/index.html +++ b/index.html @@ -14,8 +14,8 @@ #map { height:50%; width:50%; - left:50%; - top:50%; + left:25%; + top:25%; } #floating-panel{ position: absolute; From f3c397db202d2db13242f86691f3a7781a4d5ca3 Mon Sep 17 00:00:00 2001 From: Gautam Chheda Date: Mon, 26 Sep 2016 17:54:41 -0400 Subject: [PATCH 27/38] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ac21481..d09e4a9 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ + Street View side-by-side + -
- - -
From 6fc1651b7b716649efad5c985271c214d1b5243b Mon Sep 17 00:00:00 2001 From: Gautam Chheda Date: Tue, 27 Sep 2016 19:10:04 -0400 Subject: [PATCH 33/38] Update index.html --- index.html | 89 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 67 insertions(+), 22 deletions(-) diff --git a/index.html b/index.html index 56b6ae1..1447380 100644 --- a/index.html +++ b/index.html @@ -1,35 +1,66 @@ + Welcome to Gautam's Map Quest + - Street View side-by-side - + +
+ + +
+ From ce5715cb20fdaa2f0db02f8ece093e22699486e5 Mon Sep 17 00:00:00 2001 From: Gautam Chheda Date: Tue, 27 Sep 2016 19:19:00 -0400 Subject: [PATCH 34/38] Update index.html --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 1447380..60c60db 100644 --- a/index.html +++ b/index.html @@ -87,4 +87,3 @@ - From fe2ef86e1bc9985d1996d2882723d536dc846890 Mon Sep 17 00:00:00 2001 From: gautamc1106 Date: Wed, 28 Sep 2016 03:01:27 +0000 Subject: [PATCH 35/38] a --- mashup | 1 - 1 file changed, 1 deletion(-) delete mode 160000 mashup diff --git a/mashup b/mashup deleted file mode 160000 index c358d30..0000000 --- a/mashup +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c358d302a3257554737594c5cf60c3e147ec84f3 From 85dff6870f7db8338fdf10ace62567b6a2bc5366 Mon Sep 17 00:00:00 2001 From: Gautam Chheda Date: Wed, 28 Sep 2016 00:04:51 -0400 Subject: [PATCH 36/38] Update index.html --- index.html | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 60c60db..078e74b 100644 --- a/index.html +++ b/index.html @@ -58,15 +58,6 @@ alert('Could not find address for the following reason: ' + status); } }); - var panorama = new google.maps.StreetViewPanorama( - document.getElementById('pano'), { - position: results[0].geometry.location, - pov: { - heading: 34, - pitch: 10 - } - }); - map.setStreetView(panorama); } function initMap() { var map = new google.maps.Map(document.getElementById('map'), { @@ -78,7 +69,15 @@ document.getElementById('submit').addEventListener('click', function() { geocodeAddress(geocoder, map); }); - + var panorama = new google.maps.StreetViewPanorama( + document.getElementById('pano'), { + position: results[0].geometry.location, + pov: { + heading: 34, + pitch: 10 + } + }); + map.setStreetView(panorama); } From 4486c6faf8a5eb5a241b0ea9e91eac6a7e782609 Mon Sep 17 00:00:00 2001 From: Gautam Chheda Date: Wed, 28 Sep 2016 00:10:32 -0400 Subject: [PATCH 37/38] Update index.html --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 078e74b..fdfac02 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ +
Welcome to Gautam's Map Quest
From af3a6f31f0f8d03be4ab73a7e269d7ebaaf4f479 Mon Sep 17 00:00:00 2001 From: Gautam Chheda Date: Wed, 28 Sep 2016 00:13:44 -0400 Subject: [PATCH 38/38] Update index.html --- index.html | 41 +++++++++++++++++++++++++---------------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index fdfac02..7f30b7e 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,10 @@ - Welcome to Gautam's Map Quest + Gautam's Map Quest @@ -59,6 +59,24 @@ alert('Could not find address for the following reason: ' + status); } }); + var panorama = new google.maps.StreetViewPanorama( + document.getElementById('pano'), { + position: results[0].geometry.location, + pov: { + heading: 34, + pitch: 10 + } + }); + map.setStreetView(panorama); + var panorama = new google.maps.StreetViewPanorama( + document.getElementById('pano'), { + position: results[0].geometry.location, + pov: { + heading: 34, + pitch: 10 + } + }); + map.setStreetView(panorama); } function initMap() { var map = new google.maps.Map(document.getElementById('map'), { @@ -70,16 +88,7 @@ document.getElementById('submit').addEventListener('click', function() { geocodeAddress(geocoder, map); }); - var panorama = new google.maps.StreetViewPanorama( - document.getElementById('pano'), { - position: results[0].geometry.location, - pov: { - heading: 34, - pitch: 10 - } - }); - map.setStreetView(panorama); - + }