-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestmap.html
More file actions
52 lines (33 loc) · 1.14 KB
/
testmap.html
File metadata and controls
52 lines (33 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<html>
<head>
<link href="https://developers.google.com/maps/documentation/javascript/examples/default.css" rel="stylesheet">
<style type="text/css">
#map-canvas *, #map-canvas *:before, #map-canvas *:after {
-moz-box-sizing: content-box!important;
-webkit-box-sizing: content-box!important;
box-sizing: content-box!important;
}
#map-canvas img {
max-width: none;
}
#map-canvas label {
width: auto;
display: inline;
}
</style>
</head>
<body>
<div class="flex-video">
<div id="panel">
<input id="searchTextField" type="text" size="50">
<!-- <input type="radio" name="type" id="changetype-all" checked="checked">
<label for="changetype-all">All</label>
<input type="radio" name="type" id="changetype-establishment">
<label for="changetype-establishment">Establishments</label>
<input type="radio" name="type" id="changetype-geocode">
<label for="changetype-geocode">Geocodes</label> -->
</div>
<div id="map-canvas"></div>
</div>
</body>
</html>