Last active
February 6, 2017 17:04
-
-
Save zbeat/89d6b75d9c1e66d662c78dbfe6c4efd6 to your computer and use it in GitHub Desktop.
NHV issues map
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 | |
height: 600 | |
scrolling: no | |
border: no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Testing... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7/leaflet.css" /> | |
<script src="http://cdn.leafletjs.com/leaflet-0.7/leaflet.js"></script> | |
<script src='https://api.tiles.mapbox.com/mapbox.js/v1.6.4/mapbox.js'></script> | |
<link href='https://api.tiles.mapbox.com/mapbox.js/v1.6.4/mapbox.css' rel='stylesheet' /> | |
<style> | |
html, | |
body { | |
height: 100%; | |
width: 100%; | |
} | |
body { | |
margin: 0; | |
} | |
#map { | |
width: 100%; | |
height: 100%; | |
} | |
</style> | |
</head> | |
<body> | |
<div id="map"></div> | |
<script type="text/javascript"> | |
var mapboxTiles = L.tileLayer('http://api.mapbox.com/v4/mapbox.streets/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoiemJlYXQiLCJhIjoicGNRS25fbyJ9.ECMdR2AXeYpDoiS0FKsQfg', { | |
attribution: '<a href="http://www.mapbox.com/about/maps/" target="_blank">Terms & Feedback</a>' | |
}); | |
var map = L.map('map') | |
.addLayer(mapboxTiles) | |
.setView([41.31037258994273, -72.92415951148531], 12); | |
var line = L.mapbox.featureLayer() | |
.loadURL('nhv-boundary.geojson') | |
.addTo(map); | |
var points = L.mapbox.featureLayer() | |
.loadURL('nhv-issues-500.geojson') | |
.addTo(map); | |
</script> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9103803634644,41.3153366817699 ] | |
}, | |
"properties": { | |
"id":32, | |
"status":"Open", | |
"created_at":"03/29/2008 - 10:24AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.922203540802,41.3116781136213 ] | |
}, | |
"properties": { | |
"id":145, | |
"status":"Acknowledged", | |
"created_at":"05/07/2008 - 04:02PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8893518447876,41.302506615298 ] | |
}, | |
"properties": { | |
"id":180, | |
"status":"Open", | |
"created_at":"05/12/2008 - 06:21AM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9337584972382,41.2904398588693 ] | |
}, | |
"properties": { | |
"id":289, | |
"status":"Open", | |
"created_at":"06/11/2008 - 12:51AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9520511627197,41.3134187795803 ] | |
}, | |
"properties": { | |
"id":544, | |
"status":"Open", | |
"created_at":"07/16/2008 - 01:49PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9259693622589,41.3188661189887 ] | |
}, | |
"properties": { | |
"id":670, | |
"status":"Open", | |
"created_at":"07/29/2008 - 02:53AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9122257232666,41.3154978474509 ] | |
}, | |
"properties": { | |
"id":759, | |
"status":"Open", | |
"created_at":"08/08/2008 - 02:11AM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9062497615814,41.3166662867211 ] | |
}, | |
"properties": { | |
"id":833, | |
"status":"Open", | |
"created_at":"08/16/2008 - 05:08AM", | |
"request_type_title":"Other - city responsibility" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9632520675659,41.3154656143466 ] | |
}, | |
"properties": { | |
"id":1196, | |
"status":"Open", | |
"created_at":"09/05/2008 - 02:57PM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8889441490173,41.311774818505 ] | |
}, | |
"properties": { | |
"id":1245, | |
"status":"Open", | |
"created_at":"09/08/2008 - 01:01AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9025483131409,41.2908509875014 ] | |
}, | |
"properties": { | |
"id":1301, | |
"status":"Open", | |
"created_at":"09/10/2008 - 09:53AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9021835327148,41.2928017978529 ] | |
}, | |
"properties": { | |
"id":1302, | |
"status":"Open", | |
"created_at":"09/10/2008 - 09:53AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9279756546021,41.3098568115195 ] | |
}, | |
"properties": { | |
"id":1445, | |
"status":"Open", | |
"created_at":"09/23/2008 - 01:41PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8959178924561,41.3147564820188 ] | |
}, | |
"properties": { | |
"id":1526, | |
"status":"Acknowledged", | |
"created_at":"10/10/2008 - 03:36AM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9290498793125,41.3119561397754 ] | |
}, | |
"properties": { | |
"id":1648, | |
"status":"Open", | |
"created_at":"11/05/2008 - 05:06AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9006707668304,41.3225403985101 ] | |
}, | |
"properties": { | |
"id":1653, | |
"status":"Open", | |
"created_at":"11/05/2008 - 02:22PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9262751340866,41.3053436313201 ] | |
}, | |
"properties": { | |
"id":1738, | |
"status":"Open", | |
"created_at":"11/20/2008 - 03:04PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.878507,41.31441 ] | |
}, | |
"properties": { | |
"id":4697, | |
"status":"Open", | |
"created_at":"04/28/2009 - 05:02PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.961501,41.327097 ] | |
}, | |
"properties": { | |
"id":5979, | |
"status":"Open", | |
"created_at":"05/29/2009 - 02:18PM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8889012336731,41.3120326974937 ] | |
}, | |
"properties": { | |
"id":6321, | |
"status":"Open", | |
"created_at":"06/11/2009 - 10:56AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.930416,41.311053 ] | |
}, | |
"properties": { | |
"id":7416, | |
"status":"Open", | |
"created_at":"08/03/2009 - 02:45AM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9263019561768,41.3052872145907 ] | |
}, | |
"properties": { | |
"id":7667, | |
"status":"Open", | |
"created_at":"08/18/2009 - 12:21PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8843251,41.3088249 ] | |
}, | |
"properties": { | |
"id":10443, | |
"status":"Acknowledged", | |
"created_at":"12/08/2009 - 04:57AM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8925704956055,41.3029015482188 ] | |
}, | |
"properties": { | |
"id":11622, | |
"status":"Acknowledged", | |
"created_at":"01/04/2010 - 01:00PM", | |
"request_type_title":"Parks Request" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9389807,41.3086521 ] | |
}, | |
"properties": { | |
"id":24729, | |
"status":"Open", | |
"created_at":"03/07/2010 - 12:47PM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9620369,41.3283826 ] | |
}, | |
"properties": { | |
"id":25373, | |
"status":"Open", | |
"created_at":"03/10/2010 - 06:12AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.965247631073,41.3258921921162 ] | |
}, | |
"properties": { | |
"id":26591, | |
"status":"Open", | |
"created_at":"03/15/2010 - 07:46PM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8889656066895,41.3148370656264 ] | |
}, | |
"properties": { | |
"id":27945, | |
"status":"Open", | |
"created_at":"03/23/2010 - 06:53PM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9244995117188,41.3100663444399 ] | |
}, | |
"properties": { | |
"id":28607, | |
"status":"Open", | |
"created_at":"03/28/2010 - 07:47PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.924373,41.3013543 ] | |
}, | |
"properties": { | |
"id":32731, | |
"status":"Open", | |
"created_at":"04/20/2010 - 05:22PM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9238333,41.3109337 ] | |
}, | |
"properties": { | |
"id":37478, | |
"status":"Open", | |
"created_at":"05/17/2010 - 05:58AM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9443800449371,41.3206871693804 ] | |
}, | |
"properties": { | |
"id":38068, | |
"status":"Open", | |
"created_at":"05/20/2010 - 07:15AM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.890510559082,41.2854174313505 ] | |
}, | |
"properties": { | |
"id":39631, | |
"status":"Open", | |
"created_at":"05/30/2010 - 06:00PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8984069824219,41.2743876946962 ] | |
}, | |
"properties": { | |
"id":40515, | |
"status":"Open", | |
"created_at":"06/04/2010 - 06:15AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9202723503113,41.3049164748689 ] | |
}, | |
"properties": { | |
"id":40929, | |
"status":"Open", | |
"created_at":"06/07/2010 - 09:59AM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9184055328369,41.3194623977286 ] | |
}, | |
"properties": { | |
"id":41255, | |
"status":"Open", | |
"created_at":"06/09/2010 - 08:00AM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9227614402771,41.3157718281941 ] | |
}, | |
"properties": { | |
"id":44088, | |
"status":"Open", | |
"created_at":"06/28/2010 - 10:15PM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9244726896286,41.311265168706 ] | |
}, | |
"properties": { | |
"id":44164, | |
"status":"Open", | |
"created_at":"06/29/2010 - 10:03AM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9663848876953,41.3197202463049 ] | |
}, | |
"properties": { | |
"id":44275, | |
"status":"Open", | |
"created_at":"06/29/2010 - 07:40PM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9159164428711,41.3165776472348 ] | |
}, | |
"properties": { | |
"id":44725, | |
"status":"Open", | |
"created_at":"07/02/2010 - 05:39PM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9615354537964,41.3287120772271 ] | |
}, | |
"properties": { | |
"id":44988, | |
"status":"Open", | |
"created_at":"07/05/2010 - 09:55PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9247784614563,41.3249736889024 ] | |
}, | |
"properties": { | |
"id":45070, | |
"status":"Open", | |
"created_at":"07/06/2010 - 11:21AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9238333,41.3109337 ] | |
}, | |
"properties": { | |
"id":45644, | |
"status":"Open", | |
"created_at":"07/09/2010 - 08:22AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9244136810303,41.310098580214 ] | |
}, | |
"properties": { | |
"id":45646, | |
"status":"Open", | |
"created_at":"07/09/2010 - 08:26AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8969049453735,41.2696462701936 ] | |
}, | |
"properties": { | |
"id":47327, | |
"status":"Open", | |
"created_at":"07/21/2010 - 04:56AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9082702,41.3206148 ] | |
}, | |
"properties": { | |
"id":47435, | |
"status":"Open", | |
"created_at":"07/21/2010 - 11:06AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9198647,41.3051462 ] | |
}, | |
"properties": { | |
"id":47541, | |
"status":"Open", | |
"created_at":"07/22/2010 - 06:42AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9246336221695,41.3009172677994 ] | |
}, | |
"properties": { | |
"id":47902, | |
"status":"Open", | |
"created_at":"07/24/2010 - 09:00AM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9351317882538,41.3159894003169 ] | |
}, | |
"properties": { | |
"id":47933, | |
"status":"Open", | |
"created_at":"07/24/2010 - 12:14PM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.917579,41.3222201 ] | |
}, | |
"properties": { | |
"id":51513, | |
"status":"Open", | |
"created_at":"08/15/2010 - 05:01AM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9221391677856,41.3131770231987 ] | |
}, | |
"properties": { | |
"id":51799, | |
"status":"Open", | |
"created_at":"08/16/2010 - 01:38PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9404854774475,41.2898352532331 ] | |
}, | |
"properties": { | |
"id":52604, | |
"status":"Open", | |
"created_at":"08/20/2010 - 07:25AM", | |
"request_type_title":"Other - city responsibility" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9221855,41.3117637 ] | |
}, | |
"properties": { | |
"id":54756, | |
"status":"Acknowledged", | |
"created_at":"09/01/2010 - 01:42PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8711517,41.3251806 ] | |
}, | |
"properties": { | |
"id":55946, | |
"status":"Open", | |
"created_at":"09/09/2010 - 10:30AM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.925990819931,41.3187935982293 ] | |
}, | |
"properties": { | |
"id":56203, | |
"status":"Open", | |
"created_at":"09/10/2010 - 12:42PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9308574,41.3042421 ] | |
}, | |
"properties": { | |
"id":57133, | |
"status":"Open", | |
"created_at":"09/16/2010 - 08:13AM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9790479,41.3178366 ] | |
}, | |
"properties": { | |
"id":57856, | |
"status":"Open", | |
"created_at":"09/20/2010 - 05:48PM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9209589958191,41.3284220375323 ] | |
}, | |
"properties": { | |
"id":58058, | |
"status":"Open", | |
"created_at":"09/21/2010 - 06:58PM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9651692,41.3268509 ] | |
}, | |
"properties": { | |
"id":58238, | |
"status":"Acknowledged", | |
"created_at":"09/22/2010 - 06:10PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.920769,41.315387 ] | |
}, | |
"properties": { | |
"id":58268, | |
"status":"Open", | |
"created_at":"09/23/2010 - 06:01AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9168507,41.3237828 ] | |
}, | |
"properties": { | |
"id":59617, | |
"status":"Open", | |
"created_at":"10/02/2010 - 12:42PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9116249084473,41.330371723981 ] | |
}, | |
"properties": { | |
"id":59644, | |
"status":"Open", | |
"created_at":"10/03/2010 - 02:43AM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8863906860352,41.3030566997832 ] | |
}, | |
"properties": { | |
"id":59709, | |
"status":"Open", | |
"created_at":"10/03/2010 - 01:20PM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9291,41.3152 ] | |
}, | |
"properties": { | |
"id":59746, | |
"status":"Open", | |
"created_at":"10/04/2010 - 04:17AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.924,41.3054 ] | |
}, | |
"properties": { | |
"id":60274, | |
"status":"Open", | |
"created_at":"10/06/2010 - 01:39PM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9500519,41.3250915 ] | |
}, | |
"properties": { | |
"id":62254, | |
"status":"Open", | |
"created_at":"10/22/2010 - 05:41AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9341018199921,41.3080838136981 ] | |
}, | |
"properties": { | |
"id":63076, | |
"status":"Open", | |
"created_at":"10/27/2010 - 07:44PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9253578186035,41.3115733498354 ] | |
}, | |
"properties": { | |
"id":63077, | |
"status":"Open", | |
"created_at":"10/27/2010 - 07:46PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9195320606232,41.3089864367957 ] | |
}, | |
"properties": { | |
"id":63078, | |
"status":"Open", | |
"created_at":"10/27/2010 - 07:48PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9227936267853,41.3045618522931 ] | |
}, | |
"properties": { | |
"id":63079, | |
"status":"Acknowledged", | |
"created_at":"10/27/2010 - 07:50PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9240810871124,41.3058513796881 ] | |
}, | |
"properties": { | |
"id":63081, | |
"status":"Acknowledged", | |
"created_at":"10/27/2010 - 07:52PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9598939418793,41.3176574291307 ] | |
}, | |
"properties": { | |
"id":63082, | |
"status":"Acknowledged", | |
"created_at":"10/27/2010 - 07:55PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9235231876373,41.3159249345784 ] | |
}, | |
"properties": { | |
"id":63083, | |
"status":"Acknowledged", | |
"created_at":"10/27/2010 - 07:58PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9531562328339,41.3061012226717 ] | |
}, | |
"properties": { | |
"id":63084, | |
"status":"Acknowledged", | |
"created_at":"10/27/2010 - 08:04PM", | |
"request_type_title":"Parks Request" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9248428344727,41.3082449973106 ] | |
}, | |
"properties": { | |
"id":64077, | |
"status":"Open", | |
"created_at":"11/04/2010 - 09:10AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9423952102661,41.3203648632825 ] | |
}, | |
"properties": { | |
"id":64135, | |
"status":"Acknowledged", | |
"created_at":"11/04/2010 - 04:04PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9229368,41.3014062 ] | |
}, | |
"properties": { | |
"id":64384, | |
"status":"Acknowledged", | |
"created_at":"11/07/2010 - 07:47AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8784942626953,41.3273263203662 ] | |
}, | |
"properties": { | |
"id":64408, | |
"status":"Open", | |
"created_at":"11/07/2010 - 10:53AM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9552,41.3195 ] | |
}, | |
"properties": { | |
"id":64815, | |
"status":"Open", | |
"created_at":"11/10/2010 - 04:22AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9554,41.3195 ] | |
}, | |
"properties": { | |
"id":64816, | |
"status":"Open", | |
"created_at":"11/10/2010 - 04:24AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9046940803528,41.2979284428069 ] | |
}, | |
"properties": { | |
"id":64952, | |
"status":"Acknowledged", | |
"created_at":"11/10/2010 - 01:53PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8929996490479,41.3020875001948 ] | |
}, | |
"properties": { | |
"id":65022, | |
"status":"Open", | |
"created_at":"11/11/2010 - 06:05AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9517243,41.3209187 ] | |
}, | |
"properties": { | |
"id":65276, | |
"status":"Acknowledged", | |
"created_at":"11/12/2010 - 05:00PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9521906375885,41.3121294018514 ] | |
}, | |
"properties": { | |
"id":66161, | |
"status":"Acknowledged", | |
"created_at":"11/20/2010 - 06:45AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9512666,41.3118618 ] | |
}, | |
"properties": { | |
"id":66162, | |
"status":"Acknowledged", | |
"created_at":"11/20/2010 - 06:49AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9608931,41.3238723 ] | |
}, | |
"properties": { | |
"id":67319, | |
"status":"Acknowledged", | |
"created_at":"12/02/2010 - 08:30AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.933,41.3103 ] | |
}, | |
"properties": { | |
"id":67494, | |
"status":"Acknowledged", | |
"created_at":"12/03/2010 - 08:57AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9226541519165,41.3104854082604 ] | |
}, | |
"properties": { | |
"id":69557, | |
"status":"Acknowledged", | |
"created_at":"12/21/2010 - 05:29AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9509053,41.3153121 ] | |
}, | |
"properties": { | |
"id":69667, | |
"status":"Acknowledged", | |
"created_at":"12/22/2010 - 03:23AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9276181,41.3255804 ] | |
}, | |
"properties": { | |
"id":72162, | |
"status":"Acknowledged", | |
"created_at":"01/06/2011 - 11:23AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8985357284546,41.3192367793875 ] | |
}, | |
"properties": { | |
"id":76756, | |
"status":"Acknowledged", | |
"created_at":"01/26/2011 - 05:28PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9211521148682,41.3097278678492 ] | |
}, | |
"properties": { | |
"id":80647, | |
"status":"Open", | |
"created_at":"02/08/2011 - 09:37AM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9317951202393,41.3056982496443 ] | |
}, | |
"properties": { | |
"id":81478, | |
"status":"Acknowledged", | |
"created_at":"02/11/2011 - 02:00PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9693031311035,41.3454999520409 ] | |
}, | |
"properties": { | |
"id":82125, | |
"status":"Acknowledged", | |
"created_at":"02/15/2011 - 03:24PM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9220475,41.3058486 ] | |
}, | |
"properties": { | |
"id":82213, | |
"status":"Acknowledged", | |
"created_at":"02/16/2011 - 07:30AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9227077960968,41.3048681173585 ] | |
}, | |
"properties": { | |
"id":82316, | |
"status":"Acknowledged", | |
"created_at":"02/16/2011 - 06:26PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.952238,41.3080644 ] | |
}, | |
"properties": { | |
"id":82711, | |
"status":"Open", | |
"created_at":"02/18/2011 - 10:20AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9109865427017,41.3148733282173 ] | |
}, | |
"properties": { | |
"id":82850, | |
"status":"Acknowledged", | |
"created_at":"02/19/2011 - 09:06AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9621040821075,41.3283173006585 ] | |
}, | |
"properties": { | |
"id":83453, | |
"status":"Acknowledged", | |
"created_at":"02/22/2011 - 06:57PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9620568,41.3283708 ] | |
}, | |
"properties": { | |
"id":84000, | |
"status":"Acknowledged", | |
"created_at":"02/25/2011 - 02:52AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9680961370468,41.327193382839 ] | |
}, | |
"properties": { | |
"id":84294, | |
"status":"Acknowledged", | |
"created_at":"02/26/2011 - 06:28PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9147598,41.3241977 ] | |
}, | |
"properties": { | |
"id":85914, | |
"status":"Acknowledged", | |
"created_at":"03/05/2011 - 06:21AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -73.775903,40.897048 ] | |
}, | |
"properties": { | |
"id":86645, | |
"status":"Acknowledged", | |
"created_at":"03/08/2011 - 09:00AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9166674613953,41.3245386039137 ] | |
}, | |
"properties": { | |
"id":87092, | |
"status":"Open", | |
"created_at":"03/09/2011 - 02:24PM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9270958900452,41.3155139639971 ] | |
}, | |
"properties": { | |
"id":88642, | |
"status":"Open", | |
"created_at":"03/16/2011 - 06:51AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8983747959137,41.253556728005 ] | |
}, | |
"properties": { | |
"id":88842, | |
"status":"Acknowledged", | |
"created_at":"03/17/2011 - 05:52AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9154014587402,41.3261339013363 ] | |
}, | |
"properties": { | |
"id":89567, | |
"status":"Acknowledged", | |
"created_at":"03/21/2011 - 07:33AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.977542206645,41.3305207678585 ] | |
}, | |
"properties": { | |
"id":90159, | |
"status":"Acknowledged", | |
"created_at":"03/23/2011 - 09:26AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.885103225708,41.3229110380119 ] | |
}, | |
"properties": { | |
"id":92160, | |
"status":"Acknowledged", | |
"created_at":"03/31/2011 - 11:42AM", | |
"request_type_title":"Other - city responsibility" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9103356,41.3152643 ] | |
}, | |
"properties": { | |
"id":92348, | |
"status":"Acknowledged", | |
"created_at":"04/01/2011 - 08:12AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9102397,41.3154807 ] | |
}, | |
"properties": { | |
"id":92349, | |
"status":"Acknowledged", | |
"created_at":"04/01/2011 - 08:15AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9100461,41.315352 ] | |
}, | |
"properties": { | |
"id":92350, | |
"status":"Acknowledged", | |
"created_at":"04/01/2011 - 08:17AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9088455,41.316631 ] | |
}, | |
"properties": { | |
"id":92354, | |
"status":"Acknowledged", | |
"created_at":"04/01/2011 - 08:25AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9104765,41.3151756 ] | |
}, | |
"properties": { | |
"id":92357, | |
"status":"Acknowledged", | |
"created_at":"04/01/2011 - 08:31AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9678440093994,41.3196880152886 ] | |
}, | |
"properties": { | |
"id":92487, | |
"status":"Acknowledged", | |
"created_at":"04/01/2011 - 06:03PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9188132286072,41.3134026625161 ] | |
}, | |
"properties": { | |
"id":92517, | |
"status":"Acknowledged", | |
"created_at":"04/02/2011 - 07:27AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9209787,41.3114937 ] | |
}, | |
"properties": { | |
"id":93030, | |
"status":"Acknowledged", | |
"created_at":"04/05/2011 - 07:44AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9281577,41.3081527 ] | |
}, | |
"properties": { | |
"id":93484, | |
"status":"Acknowledged", | |
"created_at":"04/06/2011 - 05:37PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8978322,41.2540448 ] | |
}, | |
"properties": { | |
"id":94134, | |
"status":"Acknowledged", | |
"created_at":"04/10/2011 - 07:26AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8926537,41.2627483 ] | |
}, | |
"properties": { | |
"id":94483, | |
"status":"Acknowledged", | |
"created_at":"04/12/2011 - 03:19AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8983426094055,41.2743715679857 ] | |
}, | |
"properties": { | |
"id":94545, | |
"status":"Acknowledged", | |
"created_at":"04/12/2011 - 07:28AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.925694,41.3059077 ] | |
}, | |
"properties": { | |
"id":95447, | |
"status":"Acknowledged", | |
"created_at":"04/16/2011 - 09:37AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.896803,41.272216 ] | |
}, | |
"properties": { | |
"id":95671, | |
"status":"Acknowledged", | |
"created_at":"04/18/2011 - 06:34AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9113328,41.3157483 ] | |
}, | |
"properties": { | |
"id":97126, | |
"status":"Acknowledged", | |
"created_at":"04/25/2011 - 11:46AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9381707310677,41.3300333528313 ] | |
}, | |
"properties": { | |
"id":99069, | |
"status":"Open", | |
"created_at":"05/03/2011 - 02:51PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9188883304596,41.3195832643758 ] | |
}, | |
"properties": { | |
"id":102821, | |
"status":"Acknowledged", | |
"created_at":"05/23/2011 - 07:10AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9414939880371,41.3049567727668 ] | |
}, | |
"properties": { | |
"id":103214, | |
"status":"Acknowledged", | |
"created_at":"05/24/2011 - 01:36PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9348837,41.3082149 ] | |
}, | |
"properties": { | |
"id":104438, | |
"status":"Acknowledged", | |
"created_at":"05/31/2011 - 10:29AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9178323,41.3138817 ] | |
}, | |
"properties": { | |
"id":105404, | |
"status":"Acknowledged", | |
"created_at":"06/05/2011 - 09:02AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8944673,41.3043685 ] | |
}, | |
"properties": { | |
"id":105802, | |
"status":"Acknowledged", | |
"created_at":"06/07/2011 - 06:45AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9131805896759,41.3205018435689 ] | |
}, | |
"properties": { | |
"id":106227, | |
"status":"Acknowledged", | |
"created_at":"06/09/2011 - 06:02AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8909307,41.2581297 ] | |
}, | |
"properties": { | |
"id":106408, | |
"status":"Acknowledged", | |
"created_at":"06/09/2011 - 04:06PM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9496841,41.3237486 ] | |
}, | |
"properties": { | |
"id":107773, | |
"status":"Acknowledged", | |
"created_at":"06/17/2011 - 07:57AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9164584,41.3130738 ] | |
}, | |
"properties": { | |
"id":108019, | |
"status":"Acknowledged", | |
"created_at":"06/19/2011 - 08:57AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.923287153244,41.3042072277887 ] | |
}, | |
"properties": { | |
"id":108327, | |
"status":"Acknowledged", | |
"created_at":"06/21/2011 - 07:15AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9246,41.3048 ] | |
}, | |
"properties": { | |
"id":108330, | |
"status":"Acknowledged", | |
"created_at":"06/21/2011 - 07:25AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9147651,41.3223763 ] | |
}, | |
"properties": { | |
"id":108741, | |
"status":"Acknowledged", | |
"created_at":"06/23/2011 - 04:38AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9519,41.3258 ] | |
}, | |
"properties": { | |
"id":109518, | |
"status":"Acknowledged", | |
"created_at":"06/27/2011 - 11:58AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9435110092163,41.3295499624259 ] | |
}, | |
"properties": { | |
"id":109743, | |
"status":"Acknowledged", | |
"created_at":"06/28/2011 - 08:47AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9134273529053,41.3323535768515 ] | |
}, | |
"properties": { | |
"id":109829, | |
"status":"Acknowledged", | |
"created_at":"06/28/2011 - 01:17PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9783016,41.331039 ] | |
}, | |
"properties": { | |
"id":110988, | |
"status":"Acknowledged", | |
"created_at":"07/05/2011 - 07:53AM", | |
"request_type_title":"Potholes" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8859427,41.3085229 ] | |
}, | |
"properties": { | |
"id":111730, | |
"status":"Open", | |
"created_at":"07/07/2011 - 05:04PM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9168605804443,41.3190756229514 ] | |
}, | |
"properties": { | |
"id":112504, | |
"status":"Acknowledged", | |
"created_at":"07/12/2011 - 07:39AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9249379,41.304655025 ] | |
}, | |
"properties": { | |
"id":113425, | |
"status":"Acknowledged", | |
"created_at":"07/16/2011 - 02:10PM", | |
"request_type_title":"Graffiti" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9472124576569,41.3113638217585 ] | |
}, | |
"properties": { | |
"id":115018, | |
"status":"Acknowledged", | |
"created_at":"07/23/2011 - 02:03PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9678709,41.3173706 ] | |
}, | |
"properties": { | |
"id":116532, | |
"status":"Acknowledged", | |
"created_at":"08/01/2011 - 04:12AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9435271024704,41.3137088860547 ] | |
}, | |
"properties": { | |
"id":116746, | |
"status":"Acknowledged", | |
"created_at":"08/01/2011 - 02:42PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9159379005432,41.3079065112641 ] | |
}, | |
"properties": { | |
"id":117495, | |
"status":"Acknowledged", | |
"created_at":"08/04/2011 - 07:23PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9134058952332,41.3208805522741 ] | |
}, | |
"properties": { | |
"id":117558, | |
"status":"Acknowledged", | |
"created_at":"08/05/2011 - 07:11AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9110335,41.3217354 ] | |
}, | |
"properties": { | |
"id":118558, | |
"status":"Acknowledged", | |
"created_at":"08/11/2011 - 03:43AM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9678709,41.3173706 ] | |
}, | |
"properties": { | |
"id":119361, | |
"status":"Acknowledged", | |
"created_at":"08/16/2011 - 06:19AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8934102,41.2709916 ] | |
}, | |
"properties": { | |
"id":120139, | |
"status":"Acknowledged", | |
"created_at":"08/19/2011 - 06:39AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9502379894257,41.3127740939037 ] | |
}, | |
"properties": { | |
"id":120181, | |
"status":"Acknowledged", | |
"created_at":"08/19/2011 - 09:06AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9285764694214,41.3043120034111 ] | |
}, | |
"properties": { | |
"id":124503, | |
"status":"Acknowledged", | |
"created_at":"09/09/2011 - 08:48AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8862472,41.3082506 ] | |
}, | |
"properties": { | |
"id":124750, | |
"status":"Acknowledged", | |
"created_at":"09/11/2011 - 05:41AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9255140572786,41.2993017267921 ] | |
}, | |
"properties": { | |
"id":125528, | |
"status":"Acknowledged", | |
"created_at":"09/14/2011 - 07:16AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9250423,41.3057334 ] | |
}, | |
"properties": { | |
"id":125556, | |
"status":"Acknowledged", | |
"created_at":"09/14/2011 - 07:25AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9235227,41.302629 ] | |
}, | |
"properties": { | |
"id":126063, | |
"status":"Acknowledged", | |
"created_at":"09/16/2011 - 04:37AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9477167129517,41.3259526195053 ] | |
}, | |
"properties": { | |
"id":126901, | |
"status":"Acknowledged", | |
"created_at":"09/20/2011 - 10:09AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8939867019653,41.3199780938611 ] | |
}, | |
"properties": { | |
"id":126958, | |
"status":"Open", | |
"created_at":"09/20/2011 - 12:52PM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9591912031174,41.3260694456319 ] | |
}, | |
"properties": { | |
"id":128417, | |
"status":"Acknowledged", | |
"created_at":"09/26/2011 - 02:34PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9169164,41.3322442 ] | |
}, | |
"properties": { | |
"id":128822, | |
"status":"Acknowledged", | |
"created_at":"09/28/2011 - 06:15AM", | |
"request_type_title":"Potholes" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9260015487671,41.3212350860887 ] | |
}, | |
"properties": { | |
"id":129104, | |
"status":"Acknowledged", | |
"created_at":"09/28/2011 - 05:50PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9278931,41.3193713 ] | |
}, | |
"properties": { | |
"id":129110, | |
"status":"Acknowledged", | |
"created_at":"09/28/2011 - 06:15PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9287605,41.3021461 ] | |
}, | |
"properties": { | |
"id":130141, | |
"status":"Acknowledged", | |
"created_at":"10/03/2011 - 08:29AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9625225067139,41.3268590236169 ] | |
}, | |
"properties": { | |
"id":131516, | |
"status":"Acknowledged", | |
"created_at":"10/08/2011 - 08:07PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8762197494507,41.3106949391605 ] | |
}, | |
"properties": { | |
"id":132120, | |
"status":"Acknowledged", | |
"created_at":"10/11/2011 - 11:18AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9142642021179,41.3293888314938 ] | |
}, | |
"properties": { | |
"id":132728, | |
"status":"Acknowledged", | |
"created_at":"10/13/2011 - 12:03PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9389619827271,41.3214606975119 ] | |
}, | |
"properties": { | |
"id":132928, | |
"status":"Acknowledged", | |
"created_at":"10/14/2011 - 08:26AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9291343688965,41.3215251577751 ] | |
}, | |
"properties": { | |
"id":132933, | |
"status":"Acknowledged", | |
"created_at":"10/14/2011 - 08:58AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.931022644043,41.2841274999304 ] | |
}, | |
"properties": { | |
"id":133861, | |
"status":"Acknowledged", | |
"created_at":"10/19/2011 - 08:37AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9459249973297,41.3143052119753 ] | |
}, | |
"properties": { | |
"id":134090, | |
"status":"Acknowledged", | |
"created_at":"10/20/2011 - 08:57AM", | |
"request_type_title":"Potholes" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9457104206085,41.3144260881862 ] | |
}, | |
"properties": { | |
"id":134091, | |
"status":"Acknowledged", | |
"created_at":"10/20/2011 - 08:59AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9704618453979,41.3299205620575 ] | |
}, | |
"properties": { | |
"id":134750, | |
"status":"Acknowledged", | |
"created_at":"10/24/2011 - 06:18AM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9291785,41.2984159999998 ] | |
}, | |
"properties": { | |
"id":136047, | |
"status":"Acknowledged", | |
"created_at":"10/30/2011 - 07:14AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9485303,41.3255662 ] | |
}, | |
"properties": { | |
"id":136154, | |
"status":"Acknowledged", | |
"created_at":"10/30/2011 - 09:17PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9196919,41.3058256 ] | |
}, | |
"properties": { | |
"id":136164, | |
"status":"Acknowledged", | |
"created_at":"10/31/2011 - 04:56AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9681015014648,41.3272618658414 ] | |
}, | |
"properties": { | |
"id":136583, | |
"status":"Open", | |
"created_at":"11/01/2011 - 06:36PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9302930831909,41.305037368488 ] | |
}, | |
"properties": { | |
"id":137256, | |
"status":"Open", | |
"created_at":"11/04/2011 - 10:09AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.890189,41.287578 ] | |
}, | |
"properties": { | |
"id":137622, | |
"status":"Acknowledged", | |
"created_at":"11/07/2011 - 04:13AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9617071151733,41.3241518592627 ] | |
}, | |
"properties": { | |
"id":137879, | |
"status":"Acknowledged", | |
"created_at":"11/08/2011 - 04:46AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9353141784668,41.3149498825097 ] | |
}, | |
"properties": { | |
"id":138128, | |
"status":"Acknowledged", | |
"created_at":"11/08/2011 - 04:30PM", | |
"request_type_title":"Potholes" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8862619400024,41.3083014114791 ] | |
}, | |
"properties": { | |
"id":138399, | |
"status":"Acknowledged", | |
"created_at":"11/09/2011 - 01:45PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9278931,41.3193713 ] | |
}, | |
"properties": { | |
"id":138424, | |
"status":"Acknowledged", | |
"created_at":"11/09/2011 - 03:20PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9654841,41.3143857 ] | |
}, | |
"properties": { | |
"id":138577, | |
"status":"Acknowledged", | |
"created_at":"11/10/2011 - 11:14AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9158306121826,41.3261661291646 ] | |
}, | |
"properties": { | |
"id":139895, | |
"status":"Acknowledged", | |
"created_at":"11/17/2011 - 11:14AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.911349,41.314842 ] | |
}, | |
"properties": { | |
"id":140317, | |
"status":"Acknowledged", | |
"created_at":"11/20/2011 - 01:21PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.922872,41.307434 ] | |
}, | |
"properties": { | |
"id":140815, | |
"status":"Acknowledged", | |
"created_at":"11/22/2011 - 03:10PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8866481781006,41.3076002604698 ] | |
}, | |
"properties": { | |
"id":140888, | |
"status":"Acknowledged", | |
"created_at":"11/23/2011 - 05:38AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9210662841797,41.3041185713612 ] | |
}, | |
"properties": { | |
"id":140985, | |
"status":"Acknowledged", | |
"created_at":"11/23/2011 - 10:16AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9092246,41.3194472 ] | |
}, | |
"properties": { | |
"id":141072, | |
"status":"Acknowledged", | |
"created_at":"11/23/2011 - 05:16PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.923225402832,41.305305480957 ] | |
}, | |
"properties": { | |
"id":142194, | |
"status":"Acknowledged", | |
"created_at":"11/30/2011 - 07:41AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9233474731445,41.3053894042969 ] | |
}, | |
"properties": { | |
"id":142195, | |
"status":"Acknowledged", | |
"created_at":"11/30/2011 - 07:43AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9247283935547,41.3053016662598 ] | |
}, | |
"properties": { | |
"id":142197, | |
"status":"Acknowledged", | |
"created_at":"11/30/2011 - 07:49AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9264221191406,41.3047637939453 ] | |
}, | |
"properties": { | |
"id":142203, | |
"status":"Acknowledged", | |
"created_at":"11/30/2011 - 08:01AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9258499145508,41.3061485290527 ] | |
}, | |
"properties": { | |
"id":142210, | |
"status":"Acknowledged", | |
"created_at":"11/30/2011 - 08:12AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.923143,41.304396 ] | |
}, | |
"properties": { | |
"id":142499, | |
"status":"Acknowledged", | |
"created_at":"12/01/2011 - 11:16AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.920533,41.303984 ] | |
}, | |
"properties": { | |
"id":142803, | |
"status":"Acknowledged", | |
"created_at":"12/02/2011 - 05:40PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9220081,41.3282919 ] | |
}, | |
"properties": { | |
"id":142816, | |
"status":"Acknowledged", | |
"created_at":"12/03/2011 - 05:05AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9219633,41.3284715 ] | |
}, | |
"properties": { | |
"id":142818, | |
"status":"Acknowledged", | |
"created_at":"12/03/2011 - 05:34AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9089424,41.3159741 ] | |
}, | |
"properties": { | |
"id":143579, | |
"status":"Acknowledged", | |
"created_at":"12/07/2011 - 10:22AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9330715069153,41.298851740587 ] | |
}, | |
"properties": { | |
"id":143977, | |
"status":"Acknowledged", | |
"created_at":"12/09/2011 - 09:32AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9268801,41.3171141 ] | |
}, | |
"properties": { | |
"id":144217, | |
"status":"Acknowledged", | |
"created_at":"12/11/2011 - 01:47PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.919568,41.311415 ] | |
}, | |
"properties": { | |
"id":145026, | |
"status":"Acknowledged", | |
"created_at":"12/15/2011 - 06:32AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.92490336,41.30483768 ] | |
}, | |
"properties": { | |
"id":145280, | |
"status":"Acknowledged", | |
"created_at":"12/16/2011 - 10:23AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8862833976746,41.3082611156483 ] | |
}, | |
"properties": { | |
"id":145414, | |
"status":"Acknowledged", | |
"created_at":"12/17/2011 - 04:12PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.919151,41.3050088 ] | |
}, | |
"properties": { | |
"id":145417, | |
"status":"Acknowledged", | |
"created_at":"12/17/2011 - 05:26PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9184088553574,41.305230804105 ] | |
}, | |
"properties": { | |
"id":145442, | |
"status":"Acknowledged", | |
"created_at":"12/18/2011 - 05:34AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9610151052475,41.321633934323 ] | |
}, | |
"properties": { | |
"id":145701, | |
"status":"Acknowledged", | |
"created_at":"12/19/2011 - 02:12PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9144358634949,41.3294576952814 ] | |
}, | |
"properties": { | |
"id":146296, | |
"status":"Acknowledged", | |
"created_at":"12/23/2011 - 06:02AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9354584,41.3093239 ] | |
}, | |
"properties": { | |
"id":146519, | |
"status":"Acknowledged", | |
"created_at":"12/24/2011 - 08:53AM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9504685,41.3244698 ] | |
}, | |
"properties": { | |
"id":146740, | |
"status":"Acknowledged", | |
"created_at":"12/26/2011 - 12:08PM", | |
"request_type_title":"Potholes" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9463282,41.3251355 ] | |
}, | |
"properties": { | |
"id":147933, | |
"status":"Acknowledged", | |
"created_at":"01/02/2012 - 09:24AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9318715,41.2895492 ] | |
}, | |
"properties": { | |
"id":148594, | |
"status":"Acknowledged", | |
"created_at":"01/05/2012 - 06:40AM", | |
"request_type_title":"Trash & Recycling" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9238000954773,41.3109367110389 ] | |
}, | |
"properties": { | |
"id":148706, | |
"status":"Acknowledged", | |
"created_at":"01/05/2012 - 11:35AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9370556,41.3275533 ] | |
}, | |
"properties": { | |
"id":148747, | |
"status":"Acknowledged", | |
"created_at":"01/05/2012 - 01:27PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9173456,41.3106616 ] | |
}, | |
"properties": { | |
"id":148885, | |
"status":"Acknowledged", | |
"created_at":"01/06/2012 - 06:22AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9303491,41.2840538 ] | |
}, | |
"properties": { | |
"id":148945, | |
"status":"Open", | |
"created_at":"01/06/2012 - 09:24AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9480943,41.328037 ] | |
}, | |
"properties": { | |
"id":149249, | |
"status":"Acknowledged", | |
"created_at":"01/07/2012 - 07:40PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9644015,41.3223125 ] | |
}, | |
"properties": { | |
"id":149967, | |
"status":"Acknowledged", | |
"created_at":"01/11/2012 - 06:45AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9279713004639,41.304006745914 ] | |
}, | |
"properties": { | |
"id":150313, | |
"status":"Acknowledged", | |
"created_at":"01/12/2012 - 04:32PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8740593327881,41.3144195062371 ] | |
}, | |
"properties": { | |
"id":150314, | |
"status":"Acknowledged", | |
"created_at":"01/12/2012 - 04:36PM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9187736357834,41.3088574976962 ] | |
}, | |
"properties": { | |
"id":150464, | |
"status":"Acknowledged", | |
"created_at":"01/13/2012 - 11:36AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9320669,41.2990146 ] | |
}, | |
"properties": { | |
"id":151764, | |
"status":"Acknowledged", | |
"created_at":"01/19/2012 - 12:55PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8903921970703,41.3149542948583 ] | |
}, | |
"properties": { | |
"id":151822, | |
"status":"Acknowledged", | |
"created_at":"01/19/2012 - 06:29PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.936491,41.3268165 ] | |
}, | |
"properties": { | |
"id":152008, | |
"status":"Acknowledged", | |
"created_at":"01/20/2012 - 12:32PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9615458,41.3271066 ] | |
}, | |
"properties": { | |
"id":152062, | |
"status":"Acknowledged", | |
"created_at":"01/20/2012 - 06:16PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9338154639389,41.3066009120594 ] | |
}, | |
"properties": { | |
"id":152771, | |
"status":"Acknowledged", | |
"created_at":"01/24/2012 - 04:31PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9316047,41.3084464 ] | |
}, | |
"properties": { | |
"id":153534, | |
"status":"Acknowledged", | |
"created_at":"01/27/2012 - 11:16AM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.915707,41.3168632 ] | |
}, | |
"properties": { | |
"id":154644, | |
"status":"Acknowledged", | |
"created_at":"02/01/2012 - 04:02PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.892452,41.288602 ] | |
}, | |
"properties": { | |
"id":155466, | |
"status":"Acknowledged", | |
"created_at":"02/06/2012 - 02:50PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.916215,41.303672 ] | |
}, | |
"properties": { | |
"id":156665, | |
"status":"Acknowledged", | |
"created_at":"02/11/2012 - 11:21AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9526087,41.305449 ] | |
}, | |
"properties": { | |
"id":157422, | |
"status":"Acknowledged", | |
"created_at":"02/14/2012 - 08:03PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9391981,41.3101534 ] | |
}, | |
"properties": { | |
"id":157424, | |
"status":"Acknowledged", | |
"created_at":"02/14/2012 - 08:07PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9471084,41.3154287 ] | |
}, | |
"properties": { | |
"id":158109, | |
"status":"Open", | |
"created_at":"02/17/2012 - 07:08AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9167501,41.3188863 ] | |
}, | |
"properties": { | |
"id":160003, | |
"status":"Acknowledged", | |
"created_at":"02/23/2012 - 02:30PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9703224363191,41.3368942058315 ] | |
}, | |
"properties": { | |
"id":160724, | |
"status":"Acknowledged", | |
"created_at":"02/26/2012 - 06:15PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9624037,41.3265402 ] | |
}, | |
"properties": { | |
"id":161803, | |
"status":"Acknowledged", | |
"created_at":"03/01/2012 - 06:33AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9233655776169,41.3207516366998 ] | |
}, | |
"properties": { | |
"id":161950, | |
"status":"Open", | |
"created_at":"03/01/2012 - 01:30PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9146296,41.3223234 ] | |
}, | |
"properties": { | |
"id":162314, | |
"status":"Acknowledged", | |
"created_at":"03/02/2012 - 03:19PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.923253,41.320162 ] | |
}, | |
"properties": { | |
"id":162875, | |
"status":"Acknowledged", | |
"created_at":"03/05/2012 - 02:30PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9729765396729,41.3308863929385 ] | |
}, | |
"properties": { | |
"id":163236, | |
"status":"Acknowledged", | |
"created_at":"03/06/2012 - 05:20PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.912026,41.314174 ] | |
}, | |
"properties": { | |
"id":163335, | |
"status":"Acknowledged", | |
"created_at":"03/07/2012 - 06:50AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9181814,41.3149517 ] | |
}, | |
"properties": { | |
"id":163448, | |
"status":"Acknowledged", | |
"created_at":"03/07/2012 - 09:58AM", | |
"request_type_title":"Potholes" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9330031978394,41.3051834300591 ] | |
}, | |
"properties": { | |
"id":163616, | |
"status":"Acknowledged", | |
"created_at":"03/08/2012 - 04:23AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9317858,41.3171312 ] | |
}, | |
"properties": { | |
"id":163789, | |
"status":"Acknowledged", | |
"created_at":"03/08/2012 - 10:40AM", | |
"request_type_title":"Potholes" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.944630130687,41.3113718868351 ] | |
}, | |
"properties": { | |
"id":164174, | |
"status":"Acknowledged", | |
"created_at":"03/09/2012 - 01:16PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9306289996292,41.3080918791805 ] | |
}, | |
"properties": { | |
"id":164669, | |
"status":"Acknowledged", | |
"created_at":"03/12/2012 - 10:59AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9207783778015,41.3153143331747 ] | |
}, | |
"properties": { | |
"id":165948, | |
"status":"Acknowledged", | |
"created_at":"03/16/2012 - 07:35AM", | |
"request_type_title":"Potholes" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9360104966812,41.3055687373384 ] | |
}, | |
"properties": { | |
"id":167350, | |
"status":"Acknowledged", | |
"created_at":"03/21/2012 - 07:46AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8790984000351,41.3096956381839 ] | |
}, | |
"properties": { | |
"id":168799, | |
"status":"Acknowledged", | |
"created_at":"03/26/2012 - 10:46AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9197358,41.3178071 ] | |
}, | |
"properties": { | |
"id":169291, | |
"status":"Acknowledged", | |
"created_at":"03/27/2012 - 02:48PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9552366,41.3102769 ] | |
}, | |
"properties": { | |
"id":170870, | |
"status":"Acknowledged", | |
"created_at":"04/02/2012 - 01:07PM", | |
"request_type_title":"Parks Request" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9363197,41.3167286 ] | |
}, | |
"properties": { | |
"id":171202, | |
"status":"Acknowledged", | |
"created_at":"04/03/2012 - 12:49PM", | |
"request_type_title":"Potholes" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9520109461853,41.3128465450999 ] | |
}, | |
"properties": { | |
"id":171333, | |
"status":"Acknowledged", | |
"created_at":"04/04/2012 - 05:33AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.922791,41.3048023 ] | |
}, | |
"properties": { | |
"id":171767, | |
"status":"Acknowledged", | |
"created_at":"04/05/2012 - 10:01AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8891384838257,41.3130727212776 ] | |
}, | |
"properties": { | |
"id":171791, | |
"status":"Acknowledged", | |
"created_at":"04/05/2012 - 10:24AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8926904,41.3181381 ] | |
}, | |
"properties": { | |
"id":171914, | |
"status":"Acknowledged", | |
"created_at":"04/05/2012 - 04:16PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8940636910156,41.2860547852322 ] | |
}, | |
"properties": { | |
"id":171931, | |
"status":"Acknowledged", | |
"created_at":"04/05/2012 - 07:33PM", | |
"request_type_title":"Potholes" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8869700431824,41.3046182696484 ] | |
}, | |
"properties": { | |
"id":172048, | |
"status":"Acknowledged", | |
"created_at":"04/06/2012 - 11:50AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.965687238623,41.3194120341536 ] | |
}, | |
"properties": { | |
"id":172132, | |
"status":"Acknowledged", | |
"created_at":"04/06/2012 - 08:48PM", | |
"request_type_title":"Potholes" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9083249,41.3206378 ] | |
}, | |
"properties": { | |
"id":173850, | |
"status":"Acknowledged", | |
"created_at":"04/12/2012 - 03:10PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9728879,41.3310334 ] | |
}, | |
"properties": { | |
"id":174772, | |
"status":"Acknowledged", | |
"created_at":"04/16/2012 - 08:50AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9159317016602,41.307861328125 ] | |
}, | |
"properties": { | |
"id":176758, | |
"status":"Acknowledged", | |
"created_at":"04/22/2012 - 04:28AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9215812683105,41.3115975261069 ] | |
}, | |
"properties": { | |
"id":177203, | |
"status":"Acknowledged", | |
"created_at":"04/23/2012 - 11:06AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9320669,41.2990146 ] | |
}, | |
"properties": { | |
"id":177249, | |
"status":"Acknowledged", | |
"created_at":"04/23/2012 - 12:34PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9360189,41.3056032 ] | |
}, | |
"properties": { | |
"id":177614, | |
"status":"Acknowledged", | |
"created_at":"04/24/2012 - 01:03PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9388826,41.3070371 ] | |
}, | |
"properties": { | |
"id":177616, | |
"status":"Acknowledged", | |
"created_at":"04/24/2012 - 01:05PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9391647338684,41.3061454 ] | |
}, | |
"properties": { | |
"id":177618, | |
"status":"Acknowledged", | |
"created_at":"04/24/2012 - 01:06PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9228579998016,41.3050696067469 ] | |
}, | |
"properties": { | |
"id":177790, | |
"status":"Acknowledged", | |
"created_at":"04/25/2012 - 06:03AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9049602593567,41.3193697394385 ] | |
}, | |
"properties": { | |
"id":178047, | |
"status":"Acknowledged", | |
"created_at":"04/25/2012 - 01:50PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8954805,41.3090006 ] | |
}, | |
"properties": { | |
"id":181583, | |
"status":"Acknowledged", | |
"created_at":"05/06/2012 - 09:09AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.936023497406,41.3208890692835 ] | |
}, | |
"properties": { | |
"id":182113, | |
"status":"Acknowledged", | |
"created_at":"05/07/2012 - 02:57PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9103251,41.3304772 ] | |
}, | |
"properties": { | |
"id":182394, | |
"status":"Acknowledged", | |
"created_at":"05/08/2012 - 09:54AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.89530756456,41.2542024588402 ] | |
}, | |
"properties": { | |
"id":183128, | |
"status":"Acknowledged", | |
"created_at":"05/10/2012 - 08:13AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9247360229492,41.3049583435059 ] | |
}, | |
"properties": { | |
"id":183943, | |
"status":"Acknowledged", | |
"created_at":"05/13/2012 - 11:16AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9808795452118,41.33404132678 ] | |
}, | |
"properties": { | |
"id":184129, | |
"status":"Open", | |
"created_at":"05/14/2012 - 07:53AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9770600795746,41.3390680650919 ] | |
}, | |
"properties": { | |
"id":184292, | |
"status":"Open", | |
"created_at":"05/14/2012 - 11:49AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9598062,41.32784 ] | |
}, | |
"properties": { | |
"id":184407, | |
"status":"Acknowledged", | |
"created_at":"05/14/2012 - 03:22PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9311982423279,41.3114519450861 ] | |
}, | |
"properties": { | |
"id":184455, | |
"status":"Acknowledged", | |
"created_at":"05/14/2012 - 07:15PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9079844,41.3270308 ] | |
}, | |
"properties": { | |
"id":185516, | |
"status":"Acknowledged", | |
"created_at":"05/17/2012 - 09:35AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9452705383301,41.3225484559113 ] | |
}, | |
"properties": { | |
"id":185699, | |
"status":"Acknowledged", | |
"created_at":"05/17/2012 - 05:35PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9052767600205,41.3253282067396 ] | |
}, | |
"properties": { | |
"id":185884, | |
"status":"Acknowledged", | |
"created_at":"05/18/2012 - 09:25AM", | |
"request_type_title":"Parks Request" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.97388718,41.33058429 ] | |
}, | |
"properties": { | |
"id":186171, | |
"status":"Acknowledged", | |
"created_at":"05/19/2012 - 01:17PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8944218,41.2550998 ] | |
}, | |
"properties": { | |
"id":186626, | |
"status":"Acknowledged", | |
"created_at":"05/21/2012 - 08:03AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9315056791158,41.3316930824321 ] | |
}, | |
"properties": { | |
"id":186993, | |
"status":"Acknowledged", | |
"created_at":"05/22/2012 - 05:18AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9192221401368,41.3120895678496 ] | |
}, | |
"properties": { | |
"id":188939, | |
"status":"Acknowledged", | |
"created_at":"05/29/2012 - 05:41AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.919603,41.3091904 ] | |
}, | |
"properties": { | |
"id":189452, | |
"status":"Open", | |
"created_at":"05/30/2012 - 05:35AM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8887993,41.3093063 ] | |
}, | |
"properties": { | |
"id":189492, | |
"status":"Acknowledged", | |
"created_at":"05/30/2012 - 06:17AM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9563308,41.3288058 ] | |
}, | |
"properties": { | |
"id":189566, | |
"status":"Acknowledged", | |
"created_at":"05/30/2012 - 08:34AM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.923580352887,41.3072788277931 ] | |
}, | |
"properties": { | |
"id":190146, | |
"status":"Open", | |
"created_at":"05/31/2012 - 01:01PM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9405822744222,41.3235637972257 ] | |
}, | |
"properties": { | |
"id":190847, | |
"status":"Acknowledged", | |
"created_at":"06/03/2012 - 05:58AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8982386435654,41.3191078605617 ] | |
}, | |
"properties": { | |
"id":190918, | |
"status":"Acknowledged", | |
"created_at":"06/03/2012 - 01:19PM", | |
"request_type_title":"Potholes" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8737779,41.3302793 ] | |
}, | |
"properties": { | |
"id":192177, | |
"status":"Acknowledged", | |
"created_at":"06/06/2012 - 11:36AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9440159850723,41.3174457762485 ] | |
}, | |
"properties": { | |
"id":192918, | |
"status":"Acknowledged", | |
"created_at":"06/07/2012 - 10:29AM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9328069533493,41.3098568178116 ] | |
}, | |
"properties": { | |
"id":193453, | |
"status":"Acknowledged", | |
"created_at":"06/08/2012 - 06:47PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9056596,41.2704625 ] | |
}, | |
"properties": { | |
"id":193706, | |
"status":"Acknowledged", | |
"created_at":"06/10/2012 - 07:01AM", | |
"request_type_title":"Parks Request" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9190955008652,41.3121294081433 ] | |
}, | |
"properties": { | |
"id":195011, | |
"status":"Acknowledged", | |
"created_at":"06/13/2012 - 11:07AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9493988718277,41.3187557052485 ] | |
}, | |
"properties": { | |
"id":195383, | |
"status":"Acknowledged", | |
"created_at":"06/14/2012 - 06:42AM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9230711,41.3106749 ] | |
}, | |
"properties": { | |
"id":195457, | |
"status":"Open", | |
"created_at":"06/14/2012 - 08:45AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8998770704122,41.3185036309135 ] | |
}, | |
"properties": { | |
"id":196505, | |
"status":"Open", | |
"created_at":"06/18/2012 - 07:21AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8934841,41.2850013 ] | |
}, | |
"properties": { | |
"id":197275, | |
"status":"Acknowledged", | |
"created_at":"06/19/2012 - 02:55PM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9020671688477,41.2924192787741 ] | |
}, | |
"properties": { | |
"id":197574, | |
"status":"Acknowledged", | |
"created_at":"06/20/2012 - 11:14AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9080662573959,41.326891257377 ] | |
}, | |
"properties": { | |
"id":197682, | |
"status":"Acknowledged", | |
"created_at":"06/20/2012 - 03:23PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9280853271484,41.3109130859375 ] | |
}, | |
"properties": { | |
"id":198652, | |
"status":"Acknowledged", | |
"created_at":"06/24/2012 - 11:29AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9422339329101,41.316469245415 ] | |
}, | |
"properties": { | |
"id":198849, | |
"status":"Acknowledged", | |
"created_at":"06/25/2012 - 06:54AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9493308,41.3191847 ] | |
}, | |
"properties": { | |
"id":199309, | |
"status":"Acknowledged", | |
"created_at":"06/26/2012 - 03:47AM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9162752,41.3096319 ] | |
}, | |
"properties": { | |
"id":199442, | |
"status":"Acknowledged", | |
"created_at":"06/26/2012 - 07:59AM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.936121,41.3028768 ] | |
}, | |
"properties": { | |
"id":199486, | |
"status":"Acknowledged", | |
"created_at":"06/26/2012 - 09:26AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9350154,41.3039387 ] | |
}, | |
"properties": { | |
"id":199498, | |
"status":"Acknowledged", | |
"created_at":"06/26/2012 - 09:47AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9438082,41.3186675 ] | |
}, | |
"properties": { | |
"id":202633, | |
"status":"Acknowledged", | |
"created_at":"07/03/2012 - 06:20PM", | |
"request_type_title":"Trash & Recycling" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9324610109736,41.2843777418036 ] | |
}, | |
"properties": { | |
"id":202734, | |
"status":"Acknowledged", | |
"created_at":"07/04/2012 - 08:20AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9326328626734,41.2988442412505 ] | |
}, | |
"properties": { | |
"id":202957, | |
"status":"Acknowledged", | |
"created_at":"07/05/2012 - 06:46AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.927854,41.308326 ] | |
}, | |
"properties": { | |
"id":203234, | |
"status":"Acknowledged", | |
"created_at":"07/05/2012 - 04:01PM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9482593807646,41.3186532176019 ] | |
}, | |
"properties": { | |
"id":203729, | |
"status":"Acknowledged", | |
"created_at":"07/06/2012 - 11:32PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9494609,41.3145705 ] | |
}, | |
"properties": { | |
"id":203977, | |
"status":"Acknowledged", | |
"created_at":"07/08/2012 - 08:40AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9236948490143,41.304352301681 ] | |
}, | |
"properties": { | |
"id":204013, | |
"status":"Acknowledged", | |
"created_at":"07/08/2012 - 01:50PM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9638242,41.3230883 ] | |
}, | |
"properties": { | |
"id":204685, | |
"status":"Acknowledged", | |
"created_at":"07/10/2012 - 07:12AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9333633,41.3063487 ] | |
}, | |
"properties": { | |
"id":205163, | |
"status":"Acknowledged", | |
"created_at":"07/11/2012 - 06:40AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9342613032064,41.3048607876977 ] | |
}, | |
"properties": { | |
"id":205174, | |
"status":"Open", | |
"created_at":"07/11/2012 - 06:54AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9316081,41.3111969 ] | |
}, | |
"properties": { | |
"id":205456, | |
"status":"Acknowledged", | |
"created_at":"07/11/2012 - 02:51PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9286270141602,41.3022232055664 ] | |
}, | |
"properties": { | |
"id":206208, | |
"status":"Acknowledged", | |
"created_at":"07/13/2012 - 11:17AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8831732509766,41.2953414479847 ] | |
}, | |
"properties": { | |
"id":206363, | |
"status":"Acknowledged", | |
"created_at":"07/13/2012 - 07:16PM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9291785,41.2984367084709 ] | |
}, | |
"properties": { | |
"id":206880, | |
"status":"Acknowledged", | |
"created_at":"07/16/2012 - 08:03AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9514605,41.3141702 ] | |
}, | |
"properties": { | |
"id":207255, | |
"status":"Acknowledged", | |
"created_at":"07/17/2012 - 05:23AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9170429706573,41.3052791550522 ] | |
}, | |
"properties": { | |
"id":207697, | |
"status":"Acknowledged", | |
"created_at":"07/18/2012 - 03:59AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9253807,41.3062473 ] | |
}, | |
"properties": { | |
"id":207774, | |
"status":"Acknowledged", | |
"created_at":"07/18/2012 - 07:04AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9235768318176,41.3050131897805 ] | |
}, | |
"properties": { | |
"id":209318, | |
"status":"Acknowledged", | |
"created_at":"07/23/2012 - 06:00AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.90828,41.3165212 ] | |
}, | |
"properties": { | |
"id":209384, | |
"status":"Open", | |
"created_at":"07/23/2012 - 07:11AM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9334998,41.3119622 ] | |
}, | |
"properties": { | |
"id":209552, | |
"status":"Acknowledged", | |
"created_at":"07/23/2012 - 12:27PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9324207152512,41.3265689819635 ] | |
}, | |
"properties": { | |
"id":210361, | |
"status":"Acknowledged", | |
"created_at":"07/25/2012 - 09:08AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9232063,41.3068773 ] | |
}, | |
"properties": { | |
"id":210403, | |
"status":"Acknowledged", | |
"created_at":"07/25/2012 - 10:23AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9113257167969,41.3041109711993 ] | |
}, | |
"properties": { | |
"id":211012, | |
"status":"Acknowledged", | |
"created_at":"07/26/2012 - 12:22PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.930436,41.3158622 ] | |
}, | |
"properties": { | |
"id":211375, | |
"status":"Acknowledged", | |
"created_at":"07/27/2012 - 11:12AM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8904234,41.2875651 ] | |
}, | |
"properties": { | |
"id":211405, | |
"status":"Acknowledged", | |
"created_at":"07/27/2012 - 12:25PM", | |
"request_type_title":"Potholes" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9227647627976,41.3045537989593 ] | |
}, | |
"properties": { | |
"id":211538, | |
"status":"Acknowledged", | |
"created_at":"07/28/2012 - 06:16AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9177551269531,41.3218612670898 ] | |
}, | |
"properties": { | |
"id":211596, | |
"status":"Acknowledged", | |
"created_at":"07/28/2012 - 11:23AM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.924338816628,41.3071732353507 ] | |
}, | |
"properties": { | |
"id":212080, | |
"status":"Acknowledged", | |
"created_at":"07/30/2012 - 07:07AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.93051,41.3158421 ] | |
}, | |
"properties": { | |
"id":212180, | |
"status":"Acknowledged", | |
"created_at":"07/30/2012 - 09:09AM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9161383,41.3115037 ] | |
}, | |
"properties": { | |
"id":212688, | |
"status":"Acknowledged", | |
"created_at":"07/31/2012 - 07:48AM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9212820766602,41.3055375192454 ] | |
}, | |
"properties": { | |
"id":213038, | |
"status":"Acknowledged", | |
"created_at":"08/01/2012 - 05:39AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8903022,41.2879308 ] | |
}, | |
"properties": { | |
"id":213180, | |
"status":"Acknowledged", | |
"created_at":"08/01/2012 - 08:34AM", | |
"request_type_title":"Potholes" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9180274,41.303788 ] | |
}, | |
"properties": { | |
"id":213659, | |
"status":"Acknowledged", | |
"created_at":"08/02/2012 - 08:12AM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.915903,41.326331 ] | |
}, | |
"properties": { | |
"id":213978, | |
"status":"Acknowledged", | |
"created_at":"08/02/2012 - 10:10PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.920897,41.315625 ] | |
}, | |
"properties": { | |
"id":214054, | |
"status":"Open", | |
"created_at":"08/03/2012 - 06:17AM", | |
"request_type_title":"Policing Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9304017,41.3348767 ] | |
}, | |
"properties": { | |
"id":214273, | |
"status":"Acknowledged", | |
"created_at":"08/03/2012 - 01:17PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9337539672852,41.3089332580566 ] | |
}, | |
"properties": { | |
"id":214310, | |
"status":"Acknowledged", | |
"created_at":"08/03/2012 - 02:18PM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9154402,41.3013513 ] | |
}, | |
"properties": { | |
"id":214458, | |
"status":"Acknowledged", | |
"created_at":"08/04/2012 - 09:51AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9650072,41.3268455 ] | |
}, | |
"properties": { | |
"id":214527, | |
"status":"Acknowledged", | |
"created_at":"08/04/2012 - 03:46PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9734632910156,41.3385770693459 ] | |
}, | |
"properties": { | |
"id":214763, | |
"status":"Acknowledged", | |
"created_at":"08/05/2012 - 07:45PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9491289753271,41.3191755950181 ] | |
}, | |
"properties": { | |
"id":215533, | |
"status":"Acknowledged", | |
"created_at":"08/07/2012 - 05:22AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.96853,41.3288022 ] | |
}, | |
"properties": { | |
"id":215786, | |
"status":"Acknowledged", | |
"created_at":"08/07/2012 - 10:52AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9281291808273,41.3107956812225 ] | |
}, | |
"properties": { | |
"id":216118, | |
"status":"Acknowledged", | |
"created_at":"08/08/2012 - 06:58AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9149928,41.3205414 ] | |
}, | |
"properties": { | |
"id":216154, | |
"status":"Acknowledged", | |
"created_at":"08/08/2012 - 07:23AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9153942,41.3172441 ] | |
}, | |
"properties": { | |
"id":217886, | |
"status":"Acknowledged", | |
"created_at":"08/09/2012 - 10:53AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9266915167954,41.2979929326343 ] | |
}, | |
"properties": { | |
"id":217983, | |
"status":"Acknowledged", | |
"created_at":"08/09/2012 - 01:34PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9094684123993,41.3159652256707 ] | |
}, | |
"properties": { | |
"id":218072, | |
"status":"Acknowledged", | |
"created_at":"08/09/2012 - 04:32PM", | |
"request_type_title":"Graffiti" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.926735,41.3049728 ] | |
}, | |
"properties": { | |
"id":219360, | |
"status":"Acknowledged", | |
"created_at":"08/13/2012 - 10:43AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9291785,41.2984367084709 ] | |
}, | |
"properties": { | |
"id":219462, | |
"status":"Acknowledged", | |
"created_at":"08/13/2012 - 12:31PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9344161,41.2986327 ] | |
}, | |
"properties": { | |
"id":220049, | |
"status":"Acknowledged", | |
"created_at":"08/14/2012 - 01:20PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9579338874008,41.3169483269397 ] | |
}, | |
"properties": { | |
"id":220640, | |
"status":"Open", | |
"created_at":"08/15/2012 - 08:33AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9567249912572,41.3139777198426 ] | |
}, | |
"properties": { | |
"id":220643, | |
"status":"Open", | |
"created_at":"08/15/2012 - 08:35AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8949312,41.3154089 ] | |
}, | |
"properties": { | |
"id":220718, | |
"status":"Open", | |
"created_at":"08/15/2012 - 10:13AM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9225677,41.3104674 ] | |
}, | |
"properties": { | |
"id":220740, | |
"status":"Acknowledged", | |
"created_at":"08/15/2012 - 10:32AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9180908203125,41.3060417175293 ] | |
}, | |
"properties": { | |
"id":220792, | |
"status":"Acknowledged", | |
"created_at":"08/15/2012 - 12:17PM", | |
"request_type_title":"Parking Meter" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9471235999443,41.3153471378123 ] | |
}, | |
"properties": { | |
"id":221434, | |
"status":"Acknowledged", | |
"created_at":"08/16/2012 - 06:25PM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9195967248739,41.3071219671264 ] | |
}, | |
"properties": { | |
"id":221731, | |
"status":"Acknowledged", | |
"created_at":"08/17/2012 - 09:38AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9597613,41.3267069 ] | |
}, | |
"properties": { | |
"id":221792, | |
"status":"Acknowledged", | |
"created_at":"08/17/2012 - 11:55AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9773118433777,41.3331082175499 ] | |
}, | |
"properties": { | |
"id":221867, | |
"status":"Acknowledged", | |
"created_at":"08/17/2012 - 02:38PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9096162,41.3157252 ] | |
}, | |
"properties": { | |
"id":221973, | |
"status":"Acknowledged", | |
"created_at":"08/18/2012 - 06:35AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9188879856445,41.3282653152581 ] | |
}, | |
"properties": { | |
"id":222015, | |
"status":"Acknowledged", | |
"created_at":"08/18/2012 - 09:13AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8846921,41.3094948 ] | |
}, | |
"properties": { | |
"id":222267, | |
"status":"Acknowledged", | |
"created_at":"08/19/2012 - 10:14AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8789584,41.3135933 ] | |
}, | |
"properties": { | |
"id":222624, | |
"status":"Open", | |
"created_at":"08/20/2012 - 10:06AM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8820411603277,41.3088664244679 ] | |
}, | |
"properties": { | |
"id":223212, | |
"status":"Acknowledged", | |
"created_at":"08/21/2012 - 10:30AM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.890601,41.2623421 ] | |
}, | |
"properties": { | |
"id":227412, | |
"status":"Acknowledged", | |
"created_at":"08/31/2012 - 06:36AM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8864979743958,41.307769504506 ] | |
}, | |
"properties": { | |
"id":228882, | |
"status":"Acknowledged", | |
"created_at":"09/05/2012 - 08:51AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9371966,41.3308357 ] | |
}, | |
"properties": { | |
"id":229462, | |
"status":"Open", | |
"created_at":"09/06/2012 - 10:07AM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9620467,41.3283975 ] | |
}, | |
"properties": { | |
"id":229647, | |
"status":"Acknowledged", | |
"created_at":"09/06/2012 - 03:09PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8955230712891,41.3086090087891 ] | |
}, | |
"properties": { | |
"id":229778, | |
"status":"Acknowledged", | |
"created_at":"09/07/2012 - 05:52AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9208908081055,41.3042449951172 ] | |
}, | |
"properties": { | |
"id":229793, | |
"status":"Acknowledged", | |
"created_at":"09/07/2012 - 06:14AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9571245,41.3250465 ] | |
}, | |
"properties": { | |
"id":229794, | |
"status":"Acknowledged", | |
"created_at":"09/07/2012 - 06:14AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9159608,41.3140237 ] | |
}, | |
"properties": { | |
"id":229838, | |
"status":"Open", | |
"created_at":"09/07/2012 - 07:52AM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.890189,41.287578 ] | |
}, | |
"properties": { | |
"id":230032, | |
"status":"Acknowledged", | |
"created_at":"09/07/2012 - 12:58PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9228150844574,41.3156348379648 ] | |
}, | |
"properties": { | |
"id":230763, | |
"status":"Acknowledged", | |
"created_at":"09/10/2012 - 07:50AM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.911968,41.299412 ] | |
}, | |
"properties": { | |
"id":232223, | |
"status":"Acknowledged", | |
"created_at":"09/13/2012 - 04:56AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9378367,41.3355532 ] | |
}, | |
"properties": { | |
"id":233258, | |
"status":"Acknowledged", | |
"created_at":"06/27/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.820016,41.491176 ] | |
}, | |
"properties": { | |
"id":233299, | |
"status":"Acknowledged", | |
"created_at":"08/22/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9342508,41.2895348 ] | |
}, | |
"properties": { | |
"id":233310, | |
"status":"Acknowledged", | |
"created_at":"08/14/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9507897,41.2866807 ] | |
}, | |
"properties": { | |
"id":233365, | |
"status":"Acknowledged", | |
"created_at":"08/21/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9506792,41.2867285 ] | |
}, | |
"properties": { | |
"id":233374, | |
"status":"Acknowledged", | |
"created_at":"08/21/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9461009,41.3275384 ] | |
}, | |
"properties": { | |
"id":233379, | |
"status":"Acknowledged", | |
"created_at":"04/15/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9613668,41.3183568 ] | |
}, | |
"properties": { | |
"id":233390, | |
"status":"Acknowledged", | |
"created_at":"05/10/2009 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9459689,41.3238276 ] | |
}, | |
"properties": { | |
"id":233392, | |
"status":"Acknowledged", | |
"created_at":"06/03/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9619551,41.3152113 ] | |
}, | |
"properties": { | |
"id":233405, | |
"status":"Acknowledged", | |
"created_at":"06/14/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9430736,41.3263265 ] | |
}, | |
"properties": { | |
"id":233406, | |
"status":"Acknowledged", | |
"created_at":"04/11/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8966322,41.2833768 ] | |
}, | |
"properties": { | |
"id":233411, | |
"status":"Acknowledged", | |
"created_at":"03/01/2012 - 04:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9464513,41.3204327 ] | |
}, | |
"properties": { | |
"id":233415, | |
"status":"Acknowledged", | |
"created_at":"11/02/2009 - 04:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8968803,41.2707192 ] | |
}, | |
"properties": { | |
"id":233436, | |
"status":"Acknowledged", | |
"created_at":"10/16/2011 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8857735,41.301814 ] | |
}, | |
"properties": { | |
"id":233450, | |
"status":"Acknowledged", | |
"created_at":"08/10/2010 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9421517,41.3246389 ] | |
}, | |
"properties": { | |
"id":233467, | |
"status":"Acknowledged", | |
"created_at":"06/14/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.896902,41.2685665 ] | |
}, | |
"properties": { | |
"id":233479, | |
"status":"Acknowledged", | |
"created_at":"07/12/2009 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8936343,41.2623852 ] | |
}, | |
"properties": { | |
"id":233483, | |
"status":"Acknowledged", | |
"created_at":"06/11/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9481019,41.328025 ] | |
}, | |
"properties": { | |
"id":233487, | |
"status":"Acknowledged", | |
"created_at":"01/31/2010 - 04:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9462218,41.3273391 ] | |
}, | |
"properties": { | |
"id":233491, | |
"status":"Acknowledged", | |
"created_at":"05/13/2009 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8973596,41.2782772 ] | |
}, | |
"properties": { | |
"id":233494, | |
"status":"Acknowledged", | |
"created_at":"08/31/2010 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9367728,41.3318899 ] | |
}, | |
"properties": { | |
"id":233498, | |
"status":"Acknowledged", | |
"created_at":"07/01/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8919833,41.2603446 ] | |
}, | |
"properties": { | |
"id":233508, | |
"status":"Acknowledged", | |
"created_at":"12/07/2008 - 04:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9463941,41.3230919 ] | |
}, | |
"properties": { | |
"id":233514, | |
"status":"Acknowledged", | |
"created_at":"10/20/2011 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8997795,41.253968 ] | |
}, | |
"properties": { | |
"id":233515, | |
"status":"Acknowledged", | |
"created_at":"07/01/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9427144,41.310958 ] | |
}, | |
"properties": { | |
"id":233522, | |
"status":"Acknowledged", | |
"created_at":"07/24/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9408616,41.3191002 ] | |
}, | |
"properties": { | |
"id":233524, | |
"status":"Acknowledged", | |
"created_at":"03/30/2009 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9463733,41.3270932 ] | |
}, | |
"properties": { | |
"id":233525, | |
"status":"Acknowledged", | |
"created_at":"10/23/2011 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9434078,41.3193204 ] | |
}, | |
"properties": { | |
"id":233534, | |
"status":"Acknowledged", | |
"created_at":"06/21/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9430649,41.3198485 ] | |
}, | |
"properties": { | |
"id":233535, | |
"status":"Acknowledged", | |
"created_at":"06/21/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9427055,41.3150675 ] | |
}, | |
"properties": { | |
"id":233538, | |
"status":"Acknowledged", | |
"created_at":"06/17/2009 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9794427,41.3296838 ] | |
}, | |
"properties": { | |
"id":233544, | |
"status":"Acknowledged", | |
"created_at":"08/16/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9301459,41.3283849 ] | |
}, | |
"properties": { | |
"id":233552, | |
"status":"Acknowledged", | |
"created_at":"08/13/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.894692,41.3126041 ] | |
}, | |
"properties": { | |
"id":233564, | |
"status":"Acknowledged", | |
"created_at":"05/05/2010 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8955165,41.2885014 ] | |
}, | |
"properties": { | |
"id":233565, | |
"status":"Acknowledged", | |
"created_at":"06/03/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9081613,41.3139654 ] | |
}, | |
"properties": { | |
"id":233574, | |
"status":"Acknowledged", | |
"created_at":"10/23/2011 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.883935,41.3100039 ] | |
}, | |
"properties": { | |
"id":233577, | |
"status":"Acknowledged", | |
"created_at":"08/14/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9322481,41.3332009 ] | |
}, | |
"properties": { | |
"id":233581, | |
"status":"Acknowledged", | |
"created_at":"06/14/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8906094,41.260051 ] | |
}, | |
"properties": { | |
"id":233592, | |
"status":"Acknowledged", | |
"created_at":"05/17/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9650405,41.3208923 ] | |
}, | |
"properties": { | |
"id":233598, | |
"status":"Acknowledged", | |
"created_at":"06/17/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9690124,41.3181463 ] | |
}, | |
"properties": { | |
"id":233600, | |
"status":"Acknowledged", | |
"created_at":"08/12/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9170924,41.3259408 ] | |
}, | |
"properties": { | |
"id":233606, | |
"status":"Acknowledged", | |
"created_at":"07/08/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9472349,41.3235742 ] | |
}, | |
"properties": { | |
"id":233613, | |
"status":"Acknowledged", | |
"created_at":"10/17/2011 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9510413,41.3228858 ] | |
}, | |
"properties": { | |
"id":233615, | |
"status":"Acknowledged", | |
"created_at":"10/12/2010 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9409126,41.3212317 ] | |
}, | |
"properties": { | |
"id":233639, | |
"status":"Acknowledged", | |
"created_at":"10/23/2011 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9411456,41.3273229 ] | |
}, | |
"properties": { | |
"id":233642, | |
"status":"Acknowledged", | |
"created_at":"05/13/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9465359,41.3202846 ] | |
}, | |
"properties": { | |
"id":233664, | |
"status":"Acknowledged", | |
"created_at":"10/20/2011 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9783393,41.3333187 ] | |
}, | |
"properties": { | |
"id":233674, | |
"status":"Acknowledged", | |
"created_at":"07/04/2011 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9409918,41.3232819 ] | |
}, | |
"properties": { | |
"id":233676, | |
"status":"Acknowledged", | |
"created_at":"10/23/2011 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9543595,41.3192455 ] | |
}, | |
"properties": { | |
"id":233687, | |
"status":"Acknowledged", | |
"created_at":"06/17/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9201629,41.330459 ] | |
}, | |
"properties": { | |
"id":233690, | |
"status":"Acknowledged", | |
"created_at":"08/19/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8908318,41.2981693 ] | |
}, | |
"properties": { | |
"id":233696, | |
"status":"Acknowledged", | |
"created_at":"09/06/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9604874,41.3159295 ] | |
}, | |
"properties": { | |
"id":233778, | |
"status":"Acknowledged", | |
"created_at":"06/03/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9465749,41.3181284 ] | |
}, | |
"properties": { | |
"id":233779, | |
"status":"Acknowledged", | |
"created_at":"07/08/2012 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.95254,41.3215262 ] | |
}, | |
"properties": { | |
"id":233783, | |
"status":"Acknowledged", | |
"created_at":"10/20/2011 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9423394,41.3209647 ] | |
}, | |
"properties": { | |
"id":233794, | |
"status":"Acknowledged", | |
"created_at":"07/25/2010 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9368684,41.3130872 ] | |
}, | |
"properties": { | |
"id":233809, | |
"status":"Acknowledged", | |
"created_at":"05/07/2010 - 05:00PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9220124097487,41.3156792469548 ] | |
}, | |
"properties": { | |
"id":234140, | |
"status":"Acknowledged", | |
"created_at":"09/13/2012 - 07:38PM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9405157,41.323559 ] | |
}, | |
"properties": { | |
"id":235050, | |
"status":"Acknowledged", | |
"created_at":"09/17/2012 - 08:02AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9606446,41.3246561 ] | |
}, | |
"properties": { | |
"id":235062, | |
"status":"Acknowledged", | |
"created_at":"09/17/2012 - 08:09AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.932817,41.3320245 ] | |
}, | |
"properties": { | |
"id":235069, | |
"status":"Acknowledged", | |
"created_at":"09/17/2012 - 08:13AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9563372,41.3288182 ] | |
}, | |
"properties": { | |
"id":235097, | |
"status":"Acknowledged", | |
"created_at":"09/17/2012 - 08:37AM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9353648,41.3064481 ] | |
}, | |
"properties": { | |
"id":235372, | |
"status":"Acknowledged", | |
"created_at":"09/17/2012 - 03:47PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9356947117088,41.3064360109097 ] | |
}, | |
"properties": { | |
"id":235439, | |
"status":"Acknowledged", | |
"created_at":"09/17/2012 - 10:01PM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.911671146312,41.3138861790008 ] | |
}, | |
"properties": { | |
"id":235631, | |
"status":"Open", | |
"created_at":"09/18/2012 - 08:42AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9424864708252,41.3166655167784 ] | |
}, | |
"properties": { | |
"id":236098, | |
"status":"Acknowledged", | |
"created_at":"09/19/2012 - 07:20AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9651102,41.3268649 ] | |
}, | |
"properties": { | |
"id":236950, | |
"status":"Acknowledged", | |
"created_at":"09/20/2012 - 02:36PM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9606263,41.3159583 ] | |
}, | |
"properties": { | |
"id":237215, | |
"status":"Acknowledged", | |
"created_at":"09/21/2012 - 10:55AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9673638,41.3223989 ] | |
}, | |
"properties": { | |
"id":237238, | |
"status":"Acknowledged", | |
"created_at":"09/21/2012 - 11:30AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9168949,41.3238141 ] | |
}, | |
"properties": { | |
"id":238433, | |
"status":"Open", | |
"created_at":"09/24/2012 - 06:01PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8931577,41.2711105 ] | |
}, | |
"properties": { | |
"id":238613, | |
"status":"Acknowledged", | |
"created_at":"09/25/2012 - 07:09AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9278910396729,41.3051264831784 ] | |
}, | |
"properties": { | |
"id":238785, | |
"status":"Acknowledged", | |
"created_at":"09/25/2012 - 10:31AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9472479666855,41.3114685921731 ] | |
}, | |
"properties": { | |
"id":239484, | |
"status":"Acknowledged", | |
"created_at":"09/27/2012 - 05:35AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9270639409871,41.3064801315969 ] | |
}, | |
"properties": { | |
"id":239902, | |
"status":"Acknowledged", | |
"created_at":"09/28/2012 - 06:23AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9183439,41.3008646 ] | |
}, | |
"properties": { | |
"id":239914, | |
"status":"Acknowledged", | |
"created_at":"09/28/2012 - 06:50AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9005265,41.3055306 ] | |
}, | |
"properties": { | |
"id":239922, | |
"status":"Acknowledged", | |
"created_at":"09/28/2012 - 07:24AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9627516,41.3183286 ] | |
}, | |
"properties": { | |
"id":239942, | |
"status":"Acknowledged", | |
"created_at":"09/28/2012 - 08:13AM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9180068969727,41.3111572265625 ] | |
}, | |
"properties": { | |
"id":240391, | |
"status":"Acknowledged", | |
"created_at":"09/30/2012 - 11:59AM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9172724416267,41.3123364958315 ] | |
}, | |
"properties": { | |
"id":240393, | |
"status":"Acknowledged", | |
"created_at":"09/30/2012 - 12:02PM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8868534,41.3075926 ] | |
}, | |
"properties": { | |
"id":240645, | |
"status":"Acknowledged", | |
"created_at":"10/01/2012 - 08:11AM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9185436,41.3082484 ] | |
}, | |
"properties": { | |
"id":241399, | |
"status":"Open", | |
"created_at":"10/02/2012 - 01:43PM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9243607989975,41.3014398083829 ] | |
}, | |
"properties": { | |
"id":241574, | |
"status":"Acknowledged", | |
"created_at":"10/03/2012 - 05:52AM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8817414550171,41.3019377631538 ] | |
}, | |
"properties": { | |
"id":241611, | |
"status":"Acknowledged", | |
"created_at":"10/03/2012 - 06:54AM", | |
"request_type_title":"Private Property Issue" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.932066,41.3085069 ] | |
}, | |
"properties": { | |
"id":241985, | |
"status":"Acknowledged", | |
"created_at":"10/03/2012 - 08:23PM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8782599,41.3145554 ] | |
}, | |
"properties": { | |
"id":242056, | |
"status":"Acknowledged", | |
"created_at":"10/04/2012 - 06:25AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9115605354309,41.3085234213214 ] | |
}, | |
"properties": { | |
"id":242198, | |
"status":"Acknowledged", | |
"created_at":"10/04/2012 - 09:57AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8831324423935,41.3088252613085 ] | |
}, | |
"properties": { | |
"id":242266, | |
"status":"Acknowledged", | |
"created_at":"10/04/2012 - 11:59AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9342933074222,41.3146367937544 ] | |
}, | |
"properties": { | |
"id":242299, | |
"status":"Acknowledged", | |
"created_at":"10/04/2012 - 12:58PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9259369,41.3181746 ] | |
}, | |
"properties": { | |
"id":242388, | |
"status":"Acknowledged", | |
"created_at":"10/04/2012 - 08:23PM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9101550579071,41.3155300805376 ] | |
}, | |
"properties": { | |
"id":242897, | |
"status":"Open", | |
"created_at":"10/06/2012 - 01:27PM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9174218024399,41.3146275543311 ] | |
}, | |
"properties": { | |
"id":242906, | |
"status":"Open", | |
"created_at":"10/06/2012 - 02:31PM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9419751,41.319355 ] | |
}, | |
"properties": { | |
"id":244123, | |
"status":"Acknowledged", | |
"created_at":"10/10/2012 - 08:32AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9804996,41.3300871 ] | |
}, | |
"properties": { | |
"id":244718, | |
"status":"Acknowledged", | |
"created_at":"10/11/2012 - 11:35AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.949603,41.3082143 ] | |
}, | |
"properties": { | |
"id":245790, | |
"status":"Acknowledged", | |
"created_at":"10/15/2012 - 09:37AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9511719,41.3072234 ] | |
}, | |
"properties": { | |
"id":245793, | |
"status":"Acknowledged", | |
"created_at":"10/15/2012 - 09:48AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8763147,41.3077458 ] | |
}, | |
"properties": { | |
"id":246295, | |
"status":"Acknowledged", | |
"created_at":"10/16/2012 - 12:04PM", | |
"request_type_title":"Traffic/Road Safety" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9501232947496,41.3311612561193 ] | |
}, | |
"properties": { | |
"id":246699, | |
"status":"Open", | |
"created_at":"10/17/2012 - 11:46AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8894715,41.2933234 ] | |
}, | |
"properties": { | |
"id":246773, | |
"status":"Acknowledged", | |
"created_at":"10/17/2012 - 01:42PM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9335784912109,41.3178672790527 ] | |
}, | |
"properties": { | |
"id":247498, | |
"status":"Acknowledged", | |
"created_at":"10/19/2012 - 02:21PM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9613088,41.3185607 ] | |
}, | |
"properties": { | |
"id":248006, | |
"status":"Acknowledged", | |
"created_at":"10/22/2012 - 06:17AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9370605,41.3158591 ] | |
}, | |
"properties": { | |
"id":248668, | |
"status":"Acknowledged", | |
"created_at":"10/23/2012 - 07:53AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8917654880859,41.2581021031993 ] | |
}, | |
"properties": { | |
"id":248727, | |
"status":"Acknowledged", | |
"created_at":"10/23/2012 - 09:39AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8928013,41.3001853 ] | |
}, | |
"properties": { | |
"id":248832, | |
"status":"Acknowledged", | |
"created_at":"10/23/2012 - 11:46AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.895193,41.2873349 ] | |
}, | |
"properties": { | |
"id":254134, | |
"status":"Acknowledged", | |
"created_at":"10/24/2012 - 09:11AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9288558959961,41.3071098327637 ] | |
}, | |
"properties": { | |
"id":255303, | |
"status":"Acknowledged", | |
"created_at":"10/24/2012 - 04:23PM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9160315,41.3163969 ] | |
}, | |
"properties": { | |
"id":256280, | |
"status":"Acknowledged", | |
"created_at":"10/25/2012 - 07:51AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9442623,41.3267473 ] | |
}, | |
"properties": { | |
"id":257834, | |
"status":"Acknowledged", | |
"created_at":"10/26/2012 - 06:43AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8955757,41.2862509 ] | |
}, | |
"properties": { | |
"id":257905, | |
"status":"Acknowledged", | |
"created_at":"10/26/2012 - 07:04AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.941288,41.310547 ] | |
}, | |
"properties": { | |
"id":258361, | |
"status":"Acknowledged", | |
"created_at":"10/26/2012 - 06:15PM", | |
"request_type_title":"Traffic Signal / Pedestrian Signal" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8816299438477,41.3103904724121 ] | |
}, | |
"properties": { | |
"id":260322, | |
"status":"Acknowledged", | |
"created_at":"10/28/2012 - 09:12AM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.8937683105469,41.297721862793 ] | |
}, | |
"properties": { | |
"id":261251, | |
"status":"Acknowledged", | |
"created_at":"10/29/2012 - 05:14PM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9317092895508,41.3085834815981 ] | |
}, | |
"properties": { | |
"id":262749, | |
"status":"Acknowledged", | |
"created_at":"10/30/2012 - 07:59AM", | |
"request_type_title":"Other" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9546779,41.3169711 ] | |
}, | |
"properties": { | |
"id":264815, | |
"status":"Open", | |
"created_at":"10/31/2012 - 09:51AM", | |
"request_type_title":"Public Space, Streets and Drains" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9512146000001,41.3215443097532 ] | |
}, | |
"properties": { | |
"id":266095, | |
"status":"Acknowledged", | |
"created_at":"11/01/2012 - 04:14AM", | |
"request_type_title":"Sidewalks and Curb damage" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9310938,41.2945236 ] | |
}, | |
"properties": { | |
"id":271070, | |
"status":"Acknowledged", | |
"created_at":"11/05/2012 - 11:02AM", | |
"request_type_title":"Tree Trimming" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ -72.9463252867844,41.3116297674176 ] | |
}, | |
"properties": { | |
"id":272548, | |
"status":"Acknowledged", | |
"created_at":"11/06/2012 - 07:30AM", | |
"request_type_title":"Signs / Bus Shelters / Pavement Markings" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment