forked from ParkingReformNetwork/reform-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
310 lines (296 loc) · 9.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Parking Reform Map</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="See which cities have enacted parking reform to get rid of parking mininums."
/>
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Parking Reform Map - Parking Reform Network"
/>
<meta
property="og:description"
content="See which cities have enacted parking reform to get rid of parking mininums."
/>
<meta
property="og:url"
content="https://parkingreform.org/resources/mandates-map/"
/>
<meta property="og:site_name" content="Parking Reform Network" />
<meta
name="twitter:title"
content="Parking Reform Map - Parking Reform Network"
/>
<meta
name="twitter:description"
content="See which cities have enacted parking reform to get rid of parking mininums."
/>
<link rel="stylesheet" href="./src/css/style.scss" />
</head>
<body>
<header>
<div class="header-top">
<span class="header-title">Parking Reform Map</span>
<div class="header-icons">
<div class="info-icon">
<i
class="fa-solid fa-circle-info fa-lg"
title="About"
id="info"
></i>
</div>
<a href="#" class="share-icon"
><i
class="share-link-icon fa-solid fa-link fa-lg"
title="Copy link"
></i
><i
class="share-check-icon fa-solid fa-check fa-lg"
title="Link Copied!"
style="display: none"
></i>
</a>
<a href="https://parkingreform.org/mandates-map" target="_blank">
<i
class="fa-solid fa-up-right-from-square fa-lg"
title="View fullscreen"
></i>
</a>
</div>
</div>
</header>
<div class="alert" id="no-requirements-alert">
<span
class="alert-close-button"
onclick="this.parentElement.style.display='none';"
>×</span
>
Cities displayed may still have parking requirements for a few specific
uses or in special cases. View summary and detail pages for more
information.
</div>
<div class="about-popup">
<div class="about-popup-close-icon">
<i class="fa-solid fa-circle-xmark" title="Close about popup"></i>
</div>
<h2>Map Information</h2>
<hr />
<p>
Built and hosted by the
<a href="https://parkingreform.org" target="_blank"
>Parking Reform Network</a
>
</p>
<h3>Concept and Initial Report</h3>
<hr />
<p>
This project is based on "A Map of Cities That Got Rid of Parking
Minimums" initially published by
<a href="https://strongtowns.org" target="_blank">StrongTowns</a> in
November 2015. Reports have been submitted by many StrongTowns readers
over the years and reporters are, generally, credited on the city
detailed information pages.
</p>
<ul>
<li>
<a href="https://parkingreform.org/mandates-map/acknowledgments.html"
>Acknowlegments</a
>
</li>
<li>
<a href="https://forms.gle/PaYXUP5J7YR1Zi6q6" target="_blank"
>Submit a report</a
>
</li>
<li>
<a href="https://parkingreform.org/mandates-map/faq.html">FAQ</a>
</li>
</ul>
<hr />
<p>
<i class="fas fa-lightbulb"></i> Tip: Click the city name in the summary
box for a detailed report.
</p>
</div>
<div class="city-details-popup">
<div class="city-details-popup-close-icon">
<i
class="fa-solid fa-circle-xmark"
title="Close city details popup"
></i>
</div>
<div class="city-details-text"></div>
</div>
<div class="open-filter">
<div class="filters-popup-icon">
<i class="fa-solid fa-gear"></i>
</div>
<div class="city-counter-container">
Showing <span id="counter-numerator">0</span> out of
<span id="counter-denominator">0</span> cities.
</div>
</div>
<div class="filters-popup-container">
<div class="filters-popup-window">
<div class="filters-popup-flex">
<div class="filter no-requirements">
<div class="no-requirements-container">
<label class="toggle">
<span class="toggle-label">No Parking Requirements</span>
<input
type="checkbox"
class="toggle-checkbox"
id="no-requirements-toggle"
checked
/>
<div class="toggle-switch"></div>
</label>
</div>
</div>
<div class="filter scope">
<form>
<fieldset>
<legend>Scope of Reform</legend>
<label
><input type="checkbox" name="scope" checked />Regional</label
>
<label
><input type="checkbox" name="scope" checked />Citywide</label
>
<!-- ignore lines in which the text may be split up into multiple lines -->
<!-- prettier-ignore -->
<label><input type="checkbox" name="scope" checked />City Center/Business District</label>
<!-- prettier-ignore -->
<label><input type="checkbox" name="scope" checked />Transit Oriented</label>
<!-- prettier-ignore -->
<label><input type="checkbox" name="scope" checked />Main Street/Special</label>
</fieldset>
</form>
</div>
<div class="filter policy-change">
<form>
<fieldset>
<legend>Policy Change</legend>
<!-- prettier-ignore -->
<label><input type="checkbox" name="policy-change" />Reduce Parking Minimums</label>
<!-- prettier-ignore -->
<label><input type="checkbox" name="policy-change" checked />Eliminate Parking Minimums</label>
<!-- prettier-ignore -->
<label><input type="checkbox" name="policy-change" />Parking Maximums</label>
</fieldset>
</form>
</div>
<div class="filter land-use">
<form>
<fieldset>
<legend>Affected Land Use</legend>
<!-- prettier-ignore -->
<label><input type="checkbox" name="land-use" checked />All Uses</label>
<label
><input
type="checkbox"
name="land-use"
checked
/>Commercial</label
>
<label
><input
type="checkbox"
name="land-use"
checked
/>Residential</label
>
</fieldset>
</form>
</div>
<div class="filter implementation-stage">
<form>
<fieldset>
<legend>Implementation Stage</legend>
<label
><input
type="checkbox"
name="implementation-stage"
checked
/>Implemented</label
>
<label
><input
type="checkbox"
name="implementation-stage"
checked
/>Passed</label
>
<label
><input
type="checkbox"
name="implementation-stage"
/>Planned</label
>
<label
><input
type="checkbox"
name="implementation-stage"
/>Proposed</label
>
<label
><input
type="checkbox"
name="implementation-stage"
/>Repealed</label
>
</fieldset>
</form>
</div>
<div>
<span>Population</span>
<div class="population-slider-container">
<div class="population-slider-label">
<span class="population-slider-label-min"></span>
<span> - </span>
<span class="population-slider-label-max"></span>
</div>
<div class="population-slider-controls">
<input
class="population-slider-left"
name="min"
type="range"
step="0.5"
min="0"
value="0"
/>
<input
class="population-slider-right"
name="max"
type="range"
step="0.5"
min="0"
/>
</div>
<div class="population-slider-legend"></div>
</div>
</div>
</div>
</div>
</div>
<select multiple class="city-search"></select>
<div class="donate-button">
<a href="https://parkingreform.org/support/"
><img src="./assets/donate.png"
/></a>
</div>
<div id="map"></div>
<script type="module">
import setUpSite from "./src/js/setUpSite";
window.onload = async () => {
await setUpSite();
};
</script>
</body>
</html>