Skip to content

Commit

Permalink
Prevent Google Maps' "Terms of Service" notification from becoming to…
Browse files Browse the repository at this point in the history
…o high
  • Loading branch information
bramus committed Sep 28, 2013
1 parent e511304 commit 1f2b00d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions example/index.html
Expand Up @@ -12,15 +12,18 @@
#map {
width:100%;
height:100%;
text-align: center;
font: 300 italic 72px/400px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
color: #CCC;
background: #EFEFEF;
}
span.loading {
display: block;
text-align: center;
font: 300 italic 72px/400px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
}
</style>
</head>
<body>
<div id="map">loading tiles...</div>
<div id="map"><span class="loading">loading tiles...</span></div>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
<script>

Expand Down

0 comments on commit 1f2b00d

Please sign in to comment.