GMaps related JS changed to use new google namespace.
Google is going to change permanently in the future the way to
load its services, so better stay safe.
Also this commit shows uses of the new melange.js module.
Fixes Issue 634.
Coverage: code coverage testing for PythonCoverage.py is a Python module that measures code coverage during test execution.It uses the code analysis tools and tracing hooks provided in the Python standardlibrary to determine which lines are executable, and which have been executed.For more information, see http://nedbatchelder.com/code/modules/coverage.html