-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
394 lines (382 loc) · 14 KB
/
index.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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
<!doctype html>
<html>
<head>
<title>Parking Lot Map - Parking Reform Network</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Explore how much land cities dedicate to parking in over 50 cities included on the map below. Click the drop-down icon in the upper right corner to select a…"
/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-5MFS4ZVMY3"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-5MFS4ZVMY3");
</script>
<meta
property="og:image"
content="https://parkingreform.org/wp-content/uploads/2023/03/lotmapbanner.png"
/>
<meta property="og:image:width" content="1600" />
<meta property="og:image:height" content="900" />
<meta
property="og:image:alt"
content='Background image is a map showing where the parking lots are in Columbus. The banner Reads "PARKING LOT MAPS" and has a logo for the Parking Reform Network in the corner.'
/>
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Parking Lot Map - Parking Reform Network"
/>
<meta
property="og:description"
content="Explore how much land cities dedicate to parking in over 50 cities included on the map below. Click the drop-down icon in the upper right corner to select a city and use the popup info card on the…"
/>
<meta
property="og:url"
content="https://parkingreform.org/resources/parking-lot-map/"
/>
<meta property="og:site_name" content="Parking Reform Network" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Parking Lot Map - Parking Reform Network"
/>
<meta
name="twitter:description"
content="Explore how much land cities dedicate to parking in over 50 cities included on the map below. Click the drop-down icon in the upper right corner to select a city and use the popup info card on the…"
/>
<meta
name="twitter:image"
content="https://parkingreform.org/wp-content/uploads/2023/03/lotmapbanner.png"
/>
<meta
name="twitter:image:alt"
content='Background image is a map showing where the parking lots are in Columbus. The banner Reads "PARKING LOT MAPS" and has a logo for the Parking Reform Network in the corner.'
/>
<link rel="stylesheet" href="src/css/vendor/bootstrap.css" />
<link rel="stylesheet" href="src/css/style.scss" />
</head>
<body>
<header class="top-header">
<select
single
name="city-dropdown"
class="header-dropdown"
id="city-dropdown"
aria-label="select the city"
></select>
<nav class="header-icons">
<button
class="header-icon-container header-about-icon-container"
title="about the map"
aria-expanded="false"
aria-controls="about-popup"
>
<i class="fa-regular fa-circle-question" aria-hidden="true"></i>
<span class="sr-only">toggle a popup describing the map</span>
</button>
<a
class="header-icon-container header-share-icon-container"
title="copy link"
><i class="share-link-icon fa-solid fa-link" aria-hidden="true"></i
><i
class="share-check-icon fa-solid fa-check"
style="display: none"
aria-hidden="true"
></i>
</a>
<a
class="header-icon-container header-full-screen-icon-container"
href="https://parkingreform.org/parking-lot-map/"
title="view fullscreen"
target="_blank"
>
<i class="fa-solid fa-up-right-from-square" aria-hidden="true"></i>
<span class="sr-only">view fullscreen (opens in new tab)</span>
</a>
</nav>
</header>
<section
id="about-popup"
class="about-popup"
aria-label="about the map"
hidden
>
<header class="about-popup-header">
<h2>About the Parking Lot Map</h2>
<button
class="about-popup-close-icon-container"
title="close the about popup"
aria-label="close the about popup"
>
<i class="fa-regular fa-circle-xmark" aria-hidden="true"></i>
</button>
</header>
<div id="lots-toggle" hidden>
<h4 id="lots-toggle-on"><a>Turn on parking lots overlay</a></h4>
<h4 id="lots-toggle-off"><a>Turn off parking lots overlay</a></h4>
</div>
<div role="region" aria-labelledby="about-popup-links-heading">
<h3 id="about-popup-links-heading">Relevant links</h3>
<ul class="about-popup-links-list">
<li>
<a
class="external-link"
href="https://parkingreform.org/resources/parking-lot-map/"
target="_blank"
>Methodology and key takeaways
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i
></a>
</li>
<li>
<a
class="external-link"
href="https://parkingreform.org/resources/mandates-map"
target="_blank"
>PRN's Parking Mandates Map
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i
></a>
</li>
<li>
<a
class="external-link"
href="https://parkingreform.org/support/"
target="_blank"
>Support this project with a donation
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i
></a>
</li>
</ul>
</div>
<h3>FAQ</h3>
<dl>
<dt>What is included on this map?</dt>
<dd>
<p>
The map includes surface parking and above ground parking structures
which are marked on OpenStreetMap and/or visible in Google Maps
imagery. It does not include street parking, underground parking,
and podium parking (parking lots that take up only the first several
floors of a building).
</p>
</dd>
<dt>What is the parking score?</dt>
<dd>
<p>
The parking score measures how a city’s parking lot land use
compares to other cities with similar metropolitan area populations.
</p>
<p>
A low parking score is good and means that the city devotes less
land in its central neighborhoods to parking than the average.
Conversely, a high score means that more land is dedicated to
parking compared to the average for a city of that size.
</p>
<p>
This scoring system was created to evaluate cities on an equal basis
and should not be used outside of this context.
</p>
</dd>
<dt>What does “central city” mean?</dt>
<dd>
<p>
“Central city” is a term invented for this map to encompass the
densest, most centrally located, and most valuable real estate in a
metropolitan area. It is a blanket term for a city’s central
business district, downtown, financial district, or adjacent
connecting neighborhoods of interest.
</p>
<p>
For example, New Orleans’s Central Business District seamlessly
connects with the World Renowned French Quarter Neighborhood. These
areas were combined into the Central City of New Orleans.
</p>
<p>
For details on each city boundary,
<a
class="external-link"
href="https://parkingreform.org/resources/parking-lot-map/parking-lot-map-boundary-methodology/"
target="_blank"
>see this detailed methodology
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i></a
>.
</p>
</dd>
<dt>How do I embed this map in my site?</dt>
<dd>
<p>
You can embed our map by using an iframe, which is a way to embed
other websites directly into your website.
</p>
<p>
First, find how to embed iframes with your website provider. For
example, Wordpress sites should use a
<a
class="external-link"
href="https://wordpress.com/support/wordpress-editor/blocks/custom-html-block/"
target="_blank"
>Custom HTML code block
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i></a
>. Try searching for the name of your website provider and 'iframe',
like 'Squarespace iframe'.
</p>
<p>
Then, include code like the following block. However, change the
value for "src" to the link to your specific city, which you can get
by clicking the link icon in the top-right corner of the map's
header bar.
</p>
<p>
<code
><iframe
src="https://parkingreform.org/parking-lot-map/#parking-reform-map=salt-lake-city-ut"
width="100%" height="525px"></iframe></code
>
</p>
<p>
You may want to adjust the "width" and "height" attributes. However,
we do not recommend setting the height taller than "525px" because
it makes it hard to scroll on mobile.
</p>
</dd>
</dl>
<h3>Acknowledgments</h3>
<p>
This map was developed by
<a
class="external-link"
href="https://www.linkedin.com/in/thomas-carpenito/"
target="_blank"
>Thomas Carpenito
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i
></a>
with the assistance of
<a
class="external-link"
href="https://www.linkedin.com/in/arellanoeric/"
target="_blank"
>Eric Arellano
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i></a
>,
<a
class="external-link"
href="https://www.linkedin.com/in/tung-lin-bb1745163/"
target="_blank"
>Tung Lin
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i></a
>,
<a
class="external-link"
href="https://www.geocadder.bg/en/"
target="_blank"
>Geocadder
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i></a
>,
<a
class="external-link"
href="https://www.linkedin.com/in/davidrhunt/"
target="_blank"
>David Hunt
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i></a
>,
<a
class="external-link"
href="https://www.linkedin.com/in/ellen-schwartz-614847132/"
target="_blank"
>Ellen Schwartz
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i></a
>,
<a
class="external-link"
href="https://www.linkedin.com/in/tony-jordan-pdx/"
target="_blank"
>Tony Jordan
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i></a
>,
<a
class="external-link"
href="https://www.linkedin.com/in/pameeela/"
target="_blank"
>Pamela Barone
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i></a
>,
<a class="external-link" href="https://nathanwyand.com/" target="_blank"
>Nathan Wyand
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i></a
>, and
<a
class="external-link"
href="https://www.linkedin.com/in/justin-sawyer-59b0525/"
target="_blank"
>Justin Sawyer
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i></a
>. The map data come from
<a
class="external-link"
href="https://www.openstreetmap.org/copyright"
target="_blank"
>OpenStreetMap
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i></a
>. The map is built using
<a class="external-link" href="https://leafletjs.com/" target="_blank"
>Leaflet <i aria-hidden="true" class="fa-solid fa-arrow-right"></i></a
>. The map tiles are developed by
<a
class="external-link"
href="https://www.stadiamaps.com/"
target="_blank"
>Stadia Maps
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i></a
>,
<a class="external-link" href="http://stamen.com/" target="_blank"
>Stamen Design
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i></a
>,
<a
class="external-link"
href="https://openmaptiles.org/"
target="_blank"
>OpenMapTiles
<i aria-hidden="true" class="fa-solid fa-arrow-right"></i></a
>, and Google Maps.
</p>
<p>Copyright 2023 Parking Reform Network - All Rights Reserved</p>
</section>
<section
id="scorecard-container"
class="scorecard-container"
role="region"
></section>
<div class="prn-logo">
<a
href="https://parkingreform.org/support/"
aria-label="Support Parking Reform Network"
target="_blank"
><img
src="./assets/images/prn-logo.png"
alt="Parking Reform Network logo"
/></a>
</div>
<div
id="map"
role="application"
aria-label="interactive map of downtown parking lots"
></div>
<script type="module">
import initApp from "./src/js/main";
window.onload = async () => {
await initApp();
};
</script>
</body>
</html>