2015-11-17 02:27:44 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Asynchronous Loading</title>
|
|
|
|
<meta name="viewport" content="initial-scale=1.0, user-scalable=no">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<style>
|
|
|
|
html, body, #map-canvas {
|
|
|
|
height: 100%;
|
|
|
|
margin: 0px;
|
2015-11-19 22:22:34 +00:00
|
|
|
padding: 0px;
|
2015-11-17 02:27:44 +00:00
|
|
|
}
|
|
|
|
</style>
|
2017-06-18 15:58:40 +00:00
|
|
|
<script src="map.js"></script>
|
2015-11-17 02:27:44 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="map-canvas"></div>
|
|
|
|
</body>
|