-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblog.html
207 lines (197 loc) · 10.5 KB
/
blog.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html>
<head>
<!--
Thank you templatemo.com for an amazing foundation for my website. This is the Highway Template found here: https://templatemo.com/tm-520-highway
-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--DESCRIPTION ON BROWSER TAB - LOGO?-->
<title>T GIS 503: Week 5 Reading Response</title>
<!-- BEGINS ALL THINGS FONT & STYLE-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<link rel="stylesheet" href="css/templatemo-style.css">
<link rel="stylesheet" href="css/light-box.css">
<link rel="stylesheet" href="css/style.css">
<!-- fontAwesome Kit -->
<script src="https://kit.fontawesome.com/f198f69782.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Kanit:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<!--fontAwesome Loadtime-->
<script type="text/javascript"> (function() { var css = document.createElement('link'); css.href = 'https://use.fontawesome.com/releases/v5.1.0/css/all.css'; css.rel = 'stylesheet'; css.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(css); })(); </script>
<!--END ALL THINGS FONT & STYLE-->
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<nav>
<div class="logo">
<a href="index.html">Isaac <em>V</em></a>
</div>
<div class="menu-icon">
<span></span>
</div>
</nav>
<section class="overlay-menu">
<div class="container">
<div class="row">
<div class="main-menu">
<ul>
<li>
<a href="index.html">Main</a>
</li>
<li>
<a href="grid.html">Work</a>
</li>
<li>
<a href="about.html">About Me</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<div class="page-heading">
<div class="container">
<div class="heading-content">
<h1>T GIS <em>503</em></h1>
</div>
</div>
</div>
<div class="blog-entries">
<div class="container">
<div class="col-md-9">
<div class="blog-posts">
<div class="row">
<div class="col-md-12">
<div class="single-blog-post">
<div class="text-content">
<h2>Week 5 Reading Response</h2>
<span><a href="#">28 October 2019</a></span>
<p>
<blockquote>As we begin to perform more GIS tasks with our web maps, we introduce different mapping frameworks that do different things. Previously, we experimented with the Google Maps JavaScript API. This week we will be learning Leaflet, an open-source mapping framework.
</br>
</br>
Read these blog posts about Leaflet v. Google Maps:
<code>https://luminfire.com/2016/05/10/choosing-mapping-framework/</code>
<code>https://www.codementor.io/victorgerardtemprano/google-maps-api-or-leaflet--what-s-best-for-your-project-faaev60vm</code>
</br>
</br>
Check out these Leaflet examples:
</br>
<code>http://www.triprisk.com.au/</code>
</br>
<code>http://donutholes.ch/#</code>
</br>
Find another example of an interactive web-map (try to find one using Leaflet if you can).
</blockquote>
Below is another example of an interactive web map. This map leverages OpenStreeMap insde Mapbox and displays NYC population numbers collected from the 2010 Census.
</br>
</br>
<iframe src="https://kepler.gl/demo/nyc_census" style="height:30em;width:100%;"></iframe>
<br>
<br>
<blockquote>Would that map be possible using the Google Maps JavaScript API? Why or why not?</blockquote>
</br>
</br>
This map is also created using OpenLayers leveraging Google Maps JavaScript API here: <code>https://data.cityofnewyork.us/City-Government/2010-Census-Tracts/fxpq-c8ku/data</code>.
<br><br>Thanks to <a href="https://medium.com/vis-gl">Medium & kepler.gl</a>, Uber's visualization open-source framework. Keep up the great work!
<div class="tags-share">
<div class="row">
<div class="col-md-6">
<ul class="tags">
<li>Tags:</li>
<li><a href="#">maps</a>,</li>
<li><a href="#">GIS</a>,</li>
<li><a href="#">kepler.gl</a></li>
</ul>
</div>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--BEGINS "CONTACT" pop-up button - BOTTOM RIGHT-->
<div class="popup-icon">
<button id="modBtn" class="modal-btn"><img src="img/contact-icon.png" alt=""></button>
</div>
<!-- Modal -->
<div id="modal" class="modal">
<!-- Modal Content -->
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<h3 class="header-title">Contact <em>Isaac</em></h3>
<div class="close-btn"><img src="img/close_contact.png" alt=""></div>
</div>
<!-- Modal Body -->
<div class="modal-body">
<div class="col-md-6 col-md-offset-3">
<form id="contact" action="" method="post">
<div class="row">
<div class="col-md-12">
<fieldset>
<input name="name" type="text" class="form-control" id="name" placeholder="Your name..." required="">
</fieldset>
</div>
<div class="col-md-12">
<fieldset>
<input name="email" type="email" class="form-control" id="email" placeholder="Your email..." required="">
</fieldset>
</div>
<div class="col-md-12">
<fieldset>
<textarea name="message" rows="6" class="form-control" id="message" placeholder="Your message..." required=""></textarea>
</fieldset>
</div>
<div class="col-md-12">
<fieldset>
<button type="submit" id="form-submit" class="btn">Send Message Now</button>
</fieldset>
</div>
<div id="social">
</br>
</br>
<p> Form Under Construction </p>
<a href="https://www.linkedin.com/in/isaac-vanmechelen/" class="fab fa-linkedin-in fa-2x" target="_blank"></a>
<a href="https://www.facebook.com/IsaacV.Photography/" class="fab fa-facebook-f fa-2x" target="_blank"></a>
<a href="https://www.behance.net/vanmeciv" class="fab fa-behance fa-2x" target="_blank"></a>
<a href="https://github.com/vanmeciv" class="fab fa-github fa-2x" target="_blank"></a>
<a href="https://msgtcohort.slack.com" class="fab fa-slack-hash fa-2x" target="_blank"></a>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!--ENDS "CONTACT" pop-up button - BOTTOM RIGHT-->
<!--BEGINS FOOTER-->
<footer>
<div class="container-fluid">
<div class="col-md-12">
<p>| © 2019 | Designed by
<a href="https://templatemo.com/tm-520-highway" target="_blank">TemplateMo</a>
|</br>| Cloned by Isaac Van Mechelen
<a href="img/Isaac_Van_Mechelen's_Resume.pdf" class="far fa-file-pdf fa-2x" target="_blank" style="margin: .25em; text-decoration: none; color: #fff;">
</a>|
</p>
</div>
</div>
</footer>
<!--ENDS FOOTER-->
</body>
</html>