-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
203 lines (194 loc) · 10.5 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Property Tax Changes | AxisPhilly</title>
<meta name="description" content="AxisPhilly is a non-profit news and information organization whose mission is to educate and engage citizens on topics of public interest while empowering them with tools to participate in developing and implementing change.">
<meta name="keywords" content="axisphilly, axis philly, access philly, philadelphia public interest information network, news, philly, data, news applications, taxes, government, poverty, litter, avi, map, maps, avi map, property reassessment, assessments, crime, lobbying"/>
<meta property="og:site_name" content="AxisPhilly">
<meta property="og:url" content="http://www.axisphilly.org/">
<meta property="og:type" content="article">
<meta property="og:title" content="AxisPhilly AVI Map">
<meta property="og:description" content="How Property Taxes Could Change Across the City">
<meta property="og:image" content="http://axisphilly.org/news/wp-content/uploads/2013/02/Screen-Shot-2013-02-15-at-4.27.07-PM-560x306.png">
<meta property="twitter:site" content="@AxisPhilly">
<meta property="twitter:card" content="summary">
<meta property="twitter:creator" content="@caseypt">
<meta property="twitter:url" content="http://www.axisphilly.org/">
<meta property="twitter:title" content="AxisPhilly AVI Map">
<meta property="twitter:description" content="How Property Taxes Could Change Across the City">
<meta property="twitter:image" content="http://axisphilly.org/news/wp-content/uploads/2013/02/Screen-Shot-2013-02-15-at-4.27.07-PM-560x306.png">
<link rel="stylesheet" href="css/leaflet.css" />
<!--[if lte IE 8]>
<link rel="stylesheet" href="css/leaflet.ie.css" />
<![endif]-->
<link rel="icon" href="https://s3.amazonaws.com/axisphilly-assets/images/favicon.png" type="image/x-icon" />
<link rel="shortcut icon" href="https://s3.amazonaws.com/axisphilly-assets/images/favicon.png" type="image/x-icon" />
<script type="text/javascript" src="//use.typekit.net/nuc2aoh.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="http://axisphilly.org/news/wp-content/themes/ally/style.css" />
<link rel="stylesheet" href="css/app.04.04.2013.css" type="text/css">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36899552-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<header>
<div id="show" class="toggle container"><i>↧</i> Expand</div>
<div id="info" class="container">
<h2>Property Tax Changes</h2>
<div class="byline"><span class="byline-author">by <a href="http://axisphilly.org/author/casey/" title="Posts by Casey Thomas" rel="author">Casey Thomas</a> </span><span class="byline-date">Feb. 15, 2013</span>, <a href="#" data-reveal-id="revision-history">Updated: Apr. 4, 2013</a></div>
<div id="hide" class="toggle"><i>↥</i> Collapse</div>
<p class="description">
The map has been updated to show how property taxes would change with a 1.3204% tax rate and a $15,000 Homestead Exemption, as <a href="http://cityofphiladelphia.wordpress.com/2013/03/14/mayor-michael-a-nutter-delivers-the-proposed-fiscal-year-2014-fy14-budget-and-fiscal-year-2014-2018-five-year-plan-to-city-council/" target="_blank">proposed</a> by Mayor Nutter on March, 16th. Read more on our <a href="http://www.axisphilly.org/project/taxes" target="_blank">Taxes project page</a>.
</p>
<p class="description">Search for a specific address to zoom in on a neighborhood. Hover over a parcel to get more detailed information for that parcel.</p>
<p class="note">
Note: Parcels that could not be matched to a tax record are not shown.
</p>
<hr>
<p>Search for a Philadelphia address: </p>
<form id="geocoder"></form>
</div>
<div id="tooltip" class="container">
</div>
</header>
<section>
<div id="map"></div>
</section>
<footer>
</footer>
<script type="text/javascript" src="js/leaflet.js"></script>
<script type="text/javascript" src="js/wax.leaf.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.geocodify.js"></script>
<script type="text/javascript" src="js/underscore.min.js"></script>
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="js/jquery.foundation.reveal.js"></script>
<script type="text/javascript" src="js/app.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#geocoder").geocodify({
onSelect: function (result) {
app.map
.panTo(new L.LatLng(result.geometry.location.lat(), result.geometry.location.lng()))
.setZoom(18);
},
viewportBias: new google.maps.LatLngBounds(
new google.maps.LatLng(39.884, -75.318),
new google.maps.LatLng(40.130, -74.881)
)
});
// Bind toggle
$("#hide").click(function(){
$(".description").slideUp();
$(".note").slideUp();
$(".byline").slideUp();
$("#show").show();
})
$("#show").click(function(){
$(".description").slideDown();
$(".note").slideDown();
$(".byline").slideDown();
$("#show").hide();
});
// Default settings. Overridden by URL params, if they exist
app.opts = {
mapContainer: 'map',
tileURL: 'http://api.tiles.mapbox.com/v3/axisphilly.map-wlkudwof.jsonp',
mapOptions: {
center: [39.978, -75.174],
zoom: 13,
minZoom: 11,
maxZoom: 18,
maxBounds: [
[39.69, -76.20],
[40.60, -74.14]
]
}
}
// Kick off map
app.initMap(function() {
app.map.attributionControl.addAttribution(
'Map Data: City of Philadelphia; ' +
'Basemap Data: (c) <a href="http://www.openstreetmap.org">OpenStreetMap</a>; ' +
'Colors: <a href="http://colorbrewer2.org/">ColorBrewer.org</a>; ' +
'Geocoding powered by Google.'
);
// Insert embed code
$('.embed').html('<a href="#" data-reveal-id="embed-code">Embed this map</a>')
$('.embed').click(function(){
$('#embed-code .url').html('<code><iframe width="100%" height="600" src="' + document.URL + '" frameborder="0"></iframe></code>');
});
//legend fix
$('.my-legend em').css({
'margin-top': '6px'
});
});
});
</script>
<div id="revision-history" class="reveal-modal small">
<strong>Apr. 4th, 2013</strong>
<p>Additional information was added to the parcel roll-over.</p>
<strong>Apr. 1st, 2013</strong>
<p>OPA has assessed approximately 8,500 properties which were not previously assessed for AVI. Those newly assessed properties (mostly concentrated in the northwest) have been added to the map.</p>
<strong>Mar. 19th, 2013</strong>
<p>The map was updated to show how taxes would change with a tax rate of 1.32% and a $15,000 Homestead Exemption. New ranges were added to the map legend, as well as new colors, to better fit the new tax calculations. Style changes were also made to the map elements to better match the AxisPhilly website style.</p>
<strong>Feb. 17th, 2013</strong>
<p>Parcels that have not yet been reassessed under AVI--mostly concentrated in the northwest--were incorrectly added to this map. They have been removed. Parcels that were not originally shown--mostly parcels with abatements--have been added. Parcels that could not be matched to a tax record are not shown. The legend has also been adjusted to better fit the data.</p>
<strong>Feb. 15th, 2013</strong>
<p>This map shows how property taxes would change for most properties if City Council passes a tax rate of 1.34% and a $30,000 Homestead Exemption</p>
<a class="close-reveal-modal">×</a>
</div>
<div id="embed-code" class="reveal-modal medium">
Use this code to embed this map at the current location and zoom level:
<span class="url"></span>
<a class="close-reveal-modal">×</a>
</div>
</body>
<script type="text/template" id="tooltip-template">
<div>
<div><strong class="address"><%= address %></strong><span class="change <%= app.getClass(tax_change) %>"><%= Number(tax_change * 100).toFixed(0) %>%</span></div>
<div class="labels">
<ul>
<li><br></li>
<li>Assessment</li>
<li>Improvement Value</li>
<li>Land Value</li>
<li>Exemption/Abatement</li>
<li>Homestead</li>
<li><strong>Tax</strong></li>
</ul>
</div>
<div class="ul-container">
<ul>
<li><strong>2013</strong></li>
<li>$<%= Number(mktval_13).formatMoney() %></li>
<li>$<%= Number(impval_13).formatMoney() %></li>
<li>$<%= Number(landval_13).formatMoney() %></li>
<li>$<%= Number(abat_ex_13).formatMoney() %></li>
<li><br></li>
<li><strong>$<%= Number(tx_2013).formatMoney() %></strong></li>
</ul>
</div>
<div class="ul-container">
<ul>
<li><strong>2014</strong></li>
<li>$<%= Number(mktval_14).formatMoney() %></li>
<li>$<%= Number(impval_14).formatMoney() %></li>
<li>$<%= Number(landval_14).formatMoney() %></li>
<li>$<%= Number(abat_ex_14).formatMoney() %></li>
<li><%= toTitleCase(homestd_ex) %></li>
<li><strong>$<%= Number(tx_2014).formatMoney() %></strong></li>
</ul>
</div>
</div>
</script>
</html>