diveintomark / diveintohtml5

Dive Into HTML5 online book

Home Page:https://diveintohtml5.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Google Maps API server rejected your request.

filip-nikoloski opened this issue · comments

On the "Detecting HTML5 Features" page (http://diveintohtml5.info/detect.html) the following error appears in a popup box:

The Google Maps API server rejected your request. The "sensor" parameter specified in the request must be set to either "true" or "false".

The issue is on line 605 of detect.html:

<script src="http://maps.googleapis.com/maps/api/js?sensor=""true"></script>

The double double quotes should be removed before true.

Also, I'm pretty new to GitHub, but is there a way I can fix this issue myself?

@sebastianv89 & @pinkythegreat ,

This issue was solved, but it wasn't deployed to the live page.

@jonathantneal or @paulirish ,

This was solved by last commit on geolocation.html. I think we could close this issue.

Cheers,