Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit 1f35166

Browse files
committed
Merge pull request #1441 from nmccready/issue_1436_poly_fit
fixes issue #1436 & #1255
2 parents 64393df + 1328dfd commit 1f35166

File tree

51 files changed

+4166
-217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+4166
-217
lines changed

dist/angular-google-maps-street-view.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! angular-google-maps 2.1.5 2015-08-09
1+
/*! angular-google-maps 2.1.5 2015-08-17
22
* AngularJS directives for Google Maps
33
* git: https://github.com/angular-ui/angular-google-maps.git
44
*/
@@ -469,16 +469,6 @@ return UUID;
469469
}
470470
return result;
471471
},
472-
extendMapBounds: function(map, points) {
473-
var bounds, i;
474-
bounds = new google.maps.LatLngBounds();
475-
i = 0;
476-
while (i < points.length) {
477-
bounds.extend(points.getAt(i));
478-
i++;
479-
}
480-
return map.fitBounds(bounds);
481-
},
482472
getPath: function(object, key) {
483473
var obj;
484474
if ((key == null) || !_.isString(key)) {

dist/angular-google-maps-street-view.min.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-google-maps-street-view_dev_mapped.js

Lines changed: 1 addition & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-google-maps-street-view_dev_mapped.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)