forked from nameyeh/project-two
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crime_maps.html
65 lines (50 loc) · 4.23 KB
/
crime_maps.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
53
54
55
56
57
58
59
60
61
62
63
64
65
<!-- UPDATED MAP iFRAME code: -->
<iframe aling="center" width="700" height="300" scrolling="no" frameborder="no" name="2017iframeCrime"
src="https://fusiontables.google.com/embedviz?q=select+col2+from+1cZarTU05iZsi_Cv8vm6sGMN9g3NBmrqk3nXFdn_U&viz=MAP&h=false&lat=41.82726057295998&lng=-87.68200612267822&t=4&z=10&l=col2&y=2&tmplt=2&hml=KML"></iframe>
GRAPH iFRAME code:
<iframe aling= "left" width="500" height="300" scrolling="no" frameborder="no"
src="https://fusiontables.google.com/embedviz?containerId=googft-gviz-canvas&viz=GVIZ&t=LINE_AGGREGATE&isXyPlot=true&bsize=0.0&q=select+col0%2C+col3%2C+col9%2C+col6+from+1Z6gg5BH-I6NFyEo08z6CQCFVSQbFFDCFsnR2kcOe&qrs=+where+col0+%3E%3D+&qre=+and+col0+%3C%3D+&qe=+order+by+col0+asc&uiversion=2&rstart=1.0&rend=77.06946983546618&gco_forceIFrame=true&gco_hasLabelsColumn=true&width=500&height=300"></iframe>
CRIME HISTORY MAP:
<iframe width="500" height="300" scrolling="no" frameborder="no" src="https://fusiontables.google.com/embedviz?q=select+col2+from+1ZjxCDw87qbUlfc89GnlMpE1bgUqDXG1zRdcOjCVN&viz=MAP&h=false&lat=41.83992829711695&lng=-87.58783382232457&t=1&z=10&l=col2&y=2&tmplt=2&hml=KML"></iframe>
<!--##############################################################################################################################-->
<!--##############################################################################################################################-->
<!-- FOR TESTING PURPOSES
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Chicago Communities Homepage</title>
<!-- <link rel="stylesheet" type="text/css" href="bootstrap">
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://bootswatch.com/3/cerulean/bootstrap.min.css"/>
</head>
<body>
<div id="container">
<div class="row">
<div class="col-md-6">
<h2 align="left"><strong>2017 Crime by Frequency</strong></h2>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<iframe aling="left" width="700" height="300" scrolling="no" frameborder="no"
src="https://fusiontables.google.com/embedviz?q=select+col2+from+1cZarTU05iZsi_Cv8vm6sGMN9g3NBmrqk3nXFdn_U&viz=MAP&h=false&lat=41.82726057295998&lng=-87.68200612267822&t=4&z=10&l=col2&y=2&tmplt=2&hml=KML"></iframe>
</div>
<div class="col-md-6 col-md-offset-3">
<iframe aling= "right" width="700" height="300" scrolling="no" frameborder="no"
src="https://fusiontables.google.com/embedviz?q=select+col2+from+1ZjxCDw87qbUlfc89GnlMpE1bgUqDXG1zRdcOjCVN&viz=MAP&h=false&lat=41.83992829711695&lng=-87.58783382232457&t=1&z=10&l=col2&y=2&tmplt=2&hml=KML"></iframe>
</div>
</div>
<div class ="row">
<div class="col-md-6 col-md-offset-3">
<iframe aling= "left" width="500" height="300" scrolling="no" frameborder="no"
src="https://fusiontables.google.com/embedviz?containerId=googft-gviz-canvas&viz=GVIZ&t=LINE_AGGREGATE&isXyPlot=true&bsize=0.0&q=select+col0%2C+col3%2C+col9%2C+col6+from+1Z6gg5BH-I6NFyEo08z6CQCFVSQbFFDCFsnR2kcOe&qrs=+where+col0+%3E%3D+&qre=+and+col0+%3C%3D+&qe=+order+by+col0+asc&uiversion=2&rstart=1.0&rend=77.06946983546618&gco_forceIFrame=true&gco_hasLabelsColumn=true&width=500&height=300"></iframe>
</div>
</div>
</div>
</body>
</html>