Skip to content

Commit

Permalink
Google Maps API v3.14 visual refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinharriss committed Nov 13, 2013
1 parent e198e3f commit 82eaac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions map.htm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<style type="text/css">
#map { height: 250px; width: 500px; }
</style>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.7&sensor=false"></script>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3.14&sensor=false"></script>
<script type="text/javascript" src="ExtDraggableObject.js"></script>
<script type="text/javascript" src="CustomTileOverlay.js"></script>
<script type="text/javascript">
Expand Down Expand Up @@ -53,7 +53,7 @@
}

function createOpacityControl(map, opacity) {
var sliderImageUrl = "opacity-slider3d7.png";
var sliderImageUrl = "opacity-slider3d14.png";

// Create main div to hold the control.
var opacityDiv = document.createElement('DIV');
Expand Down
Binary file added opacity-slider3d14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 82eaac2

Please sign in to comment.