-
Notifications
You must be signed in to change notification settings - Fork 0
/
map.html
52 lines (48 loc) · 2.08 KB
/
map.html
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
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google world Map</title>
<link rel="stylesheet" href="">
<link rel="stylesheet" href="style3.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" crossorigin="anonymous"></script>
<script src="https://cdn.klokantech.com/maptilerlayer/v1/index.js"></script>
</head>
<body>
<h1>TRASHDASH</h1>
<div id="map"></div>
<script src="map.js"></script>
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA_ZvN9wFUAvAxhCekgMpDhiNeeBJtjxd8&map_ids=431ceab9b72a10f0&callback=initMap"
defer
></script>
<div id="custom-control"></div>
<div class="d-flex justify-content-center">
<button type="button" id="button" class="btn btn-primary" class="lol" onclick="addMarker1()">Click here to add a marker</button>
</div>
<div class="image-inputs">
<div class="image-input">
<label for="before-image">Before Image:</label>
<input type="file" id="before-image" accept="image/*">
<img id="before-preview">
</div>
<div class="image-input">
<label for="after-image">After Image:</label>
<input type="file" id="after-image" accept="image/*">
<img id="after-preview">
</div>
<button id="submit-button" disabled>Submit</button>
</div>
<script src="submit.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/firebase/7.14.1-0/firebase.js"></script>
<div class="form">
<form action="" id="form1">
<p><input type="image">image_1</p>
<p><input type="image">image_2</p>
</form>
</div>
</body>
</html>