This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms.html
182 lines (166 loc) · 9.7 KB
/
terms.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KNGH6GSB2M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KNGH6GSB2M');
</script>
<meta charset=utf-8 />
<meta charset="UTF-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Zoning Summary Generator | City of Philadelphia</title>
<link rel="stylesheet" type="text/css" href="phila-standards/css/phila-app.min.css">
<link rel="shortcut icon" type="image/x-icon" href="https://standards.phila.gov/img/favicon.png">
<meta name="twitter:card" content="summary">
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:type" content="website">
<meta property="og:url" content="">
<meta property="og:site_name" content="Digital Standards | City of Philadelphia">
<meta property="og:image" content="https://beta.phila.gov/media/20160715133810/phila-gov.jpg">
<title>Zoning Summary Generator</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<!-- Load Leaflet from CDN -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha512-puBpdR0798OZvTTbP4A8Ix/l+A4dHDD0DGqYW6RQ+9jxkRFclaxxQb/SJAWZfWAkuyeQUytO7+7N4QKrDh+drA=="
crossorigin="" />
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha512-QVftwZFqvtRNi0ZyCtsznlKSWOStnDORoefr1enyq5mVL4tmKB3S/EnC3rRJcxCPavG10IcrVGSmPh6Qw5lwrg=="
crossorigin=""></script>
<!-- Load Esri Leaflet from CDN -->
<script src="https://unpkg.com/[email protected]/dist/esri-leaflet.js" integrity="sha512-YZ6b5bXRVwipfqul5krehD9qlbJzc6KOGXYsDjU9HHXW2gK57xmWl2gU6nAegiErAqFXhygKIsWPKbjLPXVb2g=="
crossorigin=""></script>
<!--JSON file with zoning code information-->
<script type="text/javascript" src="tables/baseDistricts.json"></script>
<!--JSON file with overlay code information -->
<script type="text/javascript" src="tables/overlaysNew.json"></script>
<!--JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!--Font Awesome Link-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<!--Bootstrap CSS
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
-->
</head>
<body lang="en">
<div id="printHeader">
<div class="columns">
<a href="http://beta.phila.gov/" class="logo">
<img src="images/DPD_BELL_logo.jpg" width="360" alt="Dept. of Planning and Development Logo">
</a>
<div class="app-divide"></div>
<div class="page-title-container">
<!-- <a href="#/"> -->
<h2 class="page-title">Zoning Summary Generator: By-Right Zoning Information</h2>
<!-- </a> -->
</div>
</div>
</div>
<div id="application">
<!-- Begin header -->
<header class="site-header app group">
<div class="row expanded">
<!-- if you don't want a full-width header, remove the expanded class -->
<div class="columns">
<a href="https://www.phila.gov/departments/department-of-planning-and-development/" class="DPDLogo">
<img src="images/DPDBELLlogo.png" alt="City of Philadelphia">
</a>
<div class="app-divide"></div>
<div class="page-title-container">
<!-- <a href="#/"> -->
<h1 class="page-title">Zoning Summary Generator</h1>
<h2 class="page-subtitle">By-Right Zoning Information</h2>
<!-- </a> -->
</div>
<div class="app-buttons">
<!-- <a href="https://www.phila.gov/commerce/realEstate/developerServices/Pages/default.aspx" class="button">Development Services</a>
<a href="https://www.phila.gov/departments/department-of-planning-and-development/"><img class="PCPC-Logo"
src="images/DPD_Logo.png" alt="DPD Logo"></a> -->
</div>
</div>
</div>
</header>
<div class="app-nav">
<div class="row expanded">
<div class="columns">
<nav>
<ul>
<li>
<a href="https://www.phila.gov/media/20190212105254/FINAL-Permit-Checklist_January2019.1-1.pdf" target='_blank'><b>Development Checklist</b></a>
</li>
<li>
<a href="https://www.phila.gov/departments/department-of-planning-and-development/development-services/" target='_blank'><b>Development Services</b></a>
</li>
<li>
<a href="https://atlas.phila.gov" target='_blank'><b>Additional Property Info</b></a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<main>
</main>
<div class="app-footer anchor">
<!-- remove the anchor class if you want to handle footer placement yourself, otherwise it will be postion: fixed -->
<footer>
<div class="row expanded">
<div class="columns">
<nav>
<ul class="inline-list">
<li>
<a href="#open-modal">Feedback</a>
</li>
<div id="open-modal" class="modal-window">
<div>
<a href="#" title="Close" class="modal-close"><i class="fa fa-window-close" aria-hidden="true"></i></a>
<div>
This site is currently being tested. If you notice anything strange or have any suggestions please <a href="mailto:[email protected]">let us know</a>!
</div>
</div>
</div>
<li>
<a href="#">Terms of Use</a>
</li>
<li>
<a href="https://atlas.phila.gov" target='_blank'>Atlas</a>
</li>
</ul>
</nav>
</div>
</div>
</footer>
</div>
</div>
<div id="zoningInfo">
<div class="set">
<div class="row">
<div class="columns">
<h1>Terms of Use</h1>
</div>
</div>
</div>
<div class="set">
<div class="row">
<div class="columns">
<p>The information contained within the Zoning Summary Generator App (“the App”) is derived from the City of Philadelphia’s GIS Database and other outside sources. The data in the app are not a survey-quality product. Neither the data shown here nor the associated metadata are guaranteed to be correct or complete. Zoning maps and policies are dynamic information, and the information displayed by this app may not be the most updated version of the available information.</p>
<p>Unauthorized copying, reproduction, republishing, uploading, downloading, posting, transmitting or duplicating any of the material is prohibited. You may download or copy any downloadable materials displayed through the Zoning Summary Generator App at a phila.gov address only for home, noncommercial, and personal use only, provided that you maintain all copyright, trademark and other notices contained in such material and you agree to abide by all additional copyright notices, information or restrictions contained in any material accessed through the web site.</p>
<p>The information provided on this web site, and its links to other related web sites, are provided as a courtesy to our web site visitors only, and are in no manner an endorsement, recommendation, or approval of any person, any product, or any service contained on any other web site.</p>
<p>The City of Philadelphia makes no representations regarding users’ rights with regards to outside websites linked to in the App, including but not limited to amlegal.com and govinfo.gov.</p>
<p>The app and all materials contained on it are distributed and transmitted on an "as is" and "as available" basis without any warranties of any kind, whether expressed or implied. The end user assumes all risk of using this information. The City of Philadelphia assumes no liability for any damages or loss of any kind that might arise from the use of, misuse of, or the inability to use the City's web site and/or the materials contained on the web site. The City of Philadelphia retains the right to edit or remove any content on its website at any time and without prior notice. Information provided on the City of Philadelphia's web site should not be used as a substitute for legal, accounting, real estate, business, tax, or other professional advice.</p>
<p>No information here is legally binding, and nothing stated here represents an official opinion of the City of Philadelphia or any of its departments, boards, commissions, officials, or employees.</p>
</div>
</div>
</div>
<div class="row">
<div class="column">
<a href="Default.html" class="button">Return to App</a>
</div>
</div>
</div>
<link rel="stylesheet" href="stylesheet.css" />
</body>
</html>