Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Fix cluster images (#100)
Browse files Browse the repository at this point in the history
* fix(map): cluster icons broken by change to Google CDN

* fix(map): update for new angular-google-maps library
  • Loading branch information
Splaktar authored Jun 16, 2016
1 parent 53f8c24 commit 55b3cc1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@

<firefly-footer tag="tag" layout></firefly-footer>

<!-- Hack to fix exceptions caused by latest version of angular-google-maps -->
<script src="https://maps.googleapis.com/maps/api/js"></script>

<!--[if lt IE 9]>
<script src="bower_components/es5-shim/es5-shim.js"></script>
<script src="bower_components/json3/lib/json3.min.js"></script>
Expand All @@ -71,6 +74,11 @@
<script src="bower_components/angular-google-chart/ng-google-chart.js"></script>
<script src="bower_components/angular-simple-logger/dist/angular-simple-logger.js"></script>
<script src="bower_components/lodash/lodash.js"></script>
<script src="bower_components/markerclustererplus/src/markerclusterer.js"></script>
<script src="bower_components/google-maps-utility-library-v3-markerwithlabel/dist/markerwithlabel.js"></script>
<script src="bower_components/google-maps-utility-library-v3-infobox/dist/infobox.js"></script>
<script src="bower_components/google-maps-utility-library-v3-keydragzoom/dist/keydragzoom.js"></script>
<script src="bower_components/js-rich-marker/src/richmarker.js"></script>
<script src="bower_components/angular-google-maps/dist/angular-google-maps.js"></script>
<script src="bower_components/ngGeolocation/ngGeolocation.min.js"></script>
<script src="bower_components/moment/moment.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"jit-grunt": "0.5.0",
"jshint-stylish": "0.1.5",
"karma": "0.13.22",
"karma-chrome-launcher": "0.2.2",
"karma-chrome-launcher": "1.0.1",
"karma-coffee-preprocessor": "0.2.1",
"karma-firefox-launcher": "0.1.7",
"karma-html2js-preprocessor": "0.1.0",
Expand Down

0 comments on commit 55b3cc1

Please sign in to comment.