-
Notifications
You must be signed in to change notification settings - Fork 0
/
index2.html
38 lines (36 loc) · 1.94 KB
/
index2.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0">
<title>Mapdizer</title>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://js.arcgis.com/4.4/esri/css/main.css">
<script src="https://js.arcgis.com/4.4/"></script>
<script src="script2.js"></script>
</head>
<body>
<div class="container container0">
<h1 id="title" style="color:white;">||||||||||||||||||||||||||||||||||||||Mapdizer.||||||||||||||||||||||||||||||||||||||||<br><br></h1></div>
<div class="container container-1">
<br>
<input type="button" id="topbuttons" value="Topo" onclick="window.location.href='index.html'"></input>
<input type="button" id="topbuttons" value="Oceans" onclick="window.location.href='index2.html'"></input>
<input type="button" id="topbuttons" value="Streets" onclick="window.location.href='index3.html'"></input>
<input type="button" id="topbuttons" value="Gray" onclick="window.location.href='index4.html'"></input>
<input type="button" id="topbuttons" value="Satellite" onclick="window.location.href='index5.html'"></input>
<input type="button" id="topbuttons" value="Dark-Gray" onclick="window.location.href='index6.html'"></input>
<pre>
<input type="button" id="measure" value="Measure Distance" onclick="window.location.href='measure.html'"></input><input type="button" id="populationpoly" value="Population Polygon" onclick="window.location.href='population.html'"></input>
</pre>
</div>
<div id="viewDiv"></div>
<div class="container container-2">
<pre>
This is our world map.
Yeah not so cool enough ,not much functionality yet.
But yes, it is useful for students and researchers whocan directly use this site
to retrieve their required data.
Now view the world the different in different ways.</pre>
</div>
</html>